I am trying to get the values from my actionForm that is in session
scope but get nothing when I use:
HttpSession session = request.getSession(true);
OperatornetworkForm form = (OperatornetworkForm)
session.getAttribute("operatornetworkForm");
//operatornetworkForm is the name of the form bean set in
//actionmappings.
System.out.println("The submit value is " + form.getSubmit());
Any suggestions?
Thanks
Al
--
gaffer <[EMAIL PROTECTED]>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]