ActionForm « Struts « JSP-Servlet Q&A





1. Access ActionForm methods/varaibles in JSP    struts.1045723.n5.nabble.com

Good morning, In JSP file, may I know how to get action bean please?

<% if(f1.getCode().equals('abc')) { %> ... ...
<% ...

2. Accessing ActionForm from JSP    struts.1045723.n5.nabble.com

3. How to access the ActionForm in a JSP?    struts.1045723.n5.nabble.com

Newbie question here. Suppose I have action, "helloworld.action" which I use to grab a bunch of data I wish to display on a JSP page. My question is how do get a reference to that action object in the JSP page? The tutorials on the Struts2 website showed examples using tags, but I don't need ...