mifflin has asked for the wisdom of the Perl Monks concerning the following question:
I can easily do the first three with the 'field' method like...var sPath = "com.xxxxxx.is.ti.TimeMgmt."; document.frm_Timesheet.From.value = sFrom; document.frm_Timesheet.Source.value = sFrom; document.frm_Timesheet.Saveflg.value = sSave; document.frm_Timesheet.action= sPath + "TimesheetServlet";
but I'm not sure how to set the action which should be: 'com.xxxxxx.is.ti.TimeMgmt.TimesheetServlet'$wm->field('From', 'btn_add8weeks'); $wm->field('Source', 'btn_add8weeks'); $wm->field('Saveflg', 'Y');
<FORM NAME=frm_Timesheet METHOD=POST ACTION="http://cphpis07.xxxxxx.co +m/servlet/com.xxxxxx.is.ti.TimeMgmt.TimesheetServlet">
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: WWW::Mechanize, how to set action
by davidrw (Prior) on Aug 05, 2005 at 18:52 UTC | |
by mifflin (Curate) on Aug 05, 2005 at 19:04 UTC | |
by Joost (Canon) on Aug 05, 2005 at 19:28 UTC | |
by mifflin (Curate) on Aug 05, 2005 at 20:57 UTC | |
by Joost (Canon) on Aug 05, 2005 at 21:03 UTC | |
|