Re: Struts 1 vs Struts 2 actionform execution and Struts2 POJO example

2008-03-20 Thread bugs_
What I need is to have one action and many various (POJO) objects, which polulate and receive date from html form. POJO object should be selected by the form, which is displayed (or submited). But I realy don't know how to do this in Struts 2. newton.dave wrote: > > --- bugs_ <[EMAIL PROTECTED

Re: Struts 1 vs Struts 2 actionform execution and Struts2 POJO example

2008-03-19 Thread Dave Newton
--- bugs_ <[EMAIL PROTECTED]> wrote: > Can me anybody give a simple example: How to use an POJO object in Struts 2 > (instead of ActionForm)? http://struts.apache.org/2.x/docs/hello-world.html See the form creation/using the form bits. Dave -