in reply to Re: WWW::Mechanize and "Bad <select> tag 'input'"
in thread WWW::Mechanize and "Bad <select> tag 'input'"

Here's what mech-dump of the page looks like:

self@wkstn:~/dev$ mech-dump https://somehost/edituser.html POST https://somehost/edituser.pl [fetchuser] referrer=html (hidden readonly) username= (text) <NONAME>=Submit (submit)

Does that help?

Alex / talexb / Toronto

"Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

Replies are listed 'Best First'.
Re^3: WWW::Mechanize and "Bad <select> tag 'input'"
by petdance (Parson) on Mar 20, 2008 at 21:29 UTC
    Tells me there's no dropdown called "input" because it doesn't show up in mech-dump. Is it outside the form? Is it dynamically generated by some JavaScript?

    xoxo,
    Andy

      There is no dropdown -- the entire page is display above, with some names changed to protect the innocent. However, I am not dealing withe latest versions of everything, so I've used no warnings to keep things quiet -- for now -- and next week I will attempt (this is a new work machine) to update the necessary Perl modules.

      If I can produce a working example that still causes an error, I'll report it on CPAN. I can't understand it either -- it's very puzzling.

      Alex / talexb / Toronto

      "Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

Re^3: WWW::Mechanize and "Bad <select> tag 'input'"
by Anonymous Monk on Mar 20, 2008 at 08:48 UTC
    Theres no warning