RE: Form parsing issue? SOLVED
"Duzenbury, Rich" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <[email protected]> |
>
>
> If you can help out that would be great. One thought I had, can I
> force
> a new hidden field into the form?
>
> Thank you.
>
> Regards,
> Rich
>
Chris Hiner was good enough to point me to a solution over at perlmonks:
http://www.perlmonks.org/index.pl?node_id=600562
I ended up actually using:
$form->push_input('hidden', { id => '__EVENTTARGET', name =>
'__EVENTTARGET', value => 'ChangeViewControl1$ImpersonateCommand'});
Regards,
Rich