in reply to WWW::Mechanize, how to set action

the current_form method gives you the HTML::Form object:
$wm->current_form->action('com.xxxxxx.is.ti.TimeMgmt.TimesheetServlet' +);

Replies are listed 'Best First'.
Re^2: WWW::Mechanize, how to set action
by mifflin (Curate) on Aug 05, 2005 at 19:04 UTC
    Thanks, I'm one step closer.
    Now instead of getting a 500 error I'm getting
    submit failed: 400 URL must be absolute
        ya, i thought so too, but when i do that i get the 500 error back. So either im missing some form variable or the action im setting is plain wrong.
        Is there a way with IE6 (or some other browser) to see what is being sent in a post call?