In struts 1. I have basic.jsp page with form:
<html:form action="/basic" >
...
</html:form>
When I open basic.jsp it is autamatically created basicForm (which is
configured at the basic action) And thanks this values in the form are
automatically filled.

Know anybody how to simulate this in Struts 2?
or
Can me anybody give a simple example: How to use an POJO object in Struts 2
(instead of ActionForm)?
-- 
View this message in context: 
http://www.nabble.com/Struts-1-vs-Struts-2-actionform-execution-and-Struts2-POJO-example-tp16143242p16143242.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to