Re: How to access methods define in Action Form

2003-06-07 Thread Mark Lowe
If you've mapped you form bean to an associated action then the form will be in an available scope in your jsp page.. You dont need the useBean tag. You just need to make sure you've a form bean (dyna or otherwise) an action servlet, and that they be mapped in stuts-config.xml. cheers mark

How to access methods define in Action Form

2003-06-06 Thread Sashi Ravipati
I am newbie so bear with my questions.. How can I access the set and get methods in the JSP page. if i use jsp:Usebean the values are returned as null. Thanks