RE: Using ActionForm in struts2

2007-03-30 Thread Felipe Rodrigues
PM > To: Struts Users Mailing List > Subject: Re: Using ActionForm in struts2 > > --- Syed Ibrahim <[EMAIL PROTECTED]> wrote: >> Instead of writing the getter and setters in Action >> I would prefer then to be written separately as the >> same bean can be used el

RE: Using ActionForm in struts2

2007-03-30 Thread Syed Ibrahim
Thanks a Lot! -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 2:36 PM To: Struts Users Mailing List Subject: Re: Using ActionForm in struts2 --- Syed Ibrahim <[EMAIL PROTECTED]> wrote: > Instead of writing the getter and setters in A

Re: Using ActionForm in struts2

2007-03-30 Thread Dave Newton
--- Syed Ibrahim <[EMAIL PROTECTED]> wrote: > Instead of writing the getter and setters in Action > I would prefer then to be written separately as the > same bean can be used elsewhere in models or > DAO transfer objects. > > How to achieve that in Struts 2 ? Write your POJO, expose it in you

Using ActionForm in struts2

2007-03-29 Thread Syed Ibrahim
Hi, I want to use Simple ActionForms or POJO in Struts 2. Instead of writing the getter and setters in Action I would prefer then to be written separately as the same bean can be used elsewhere in models or DAO transfer objects. How to achieve that in Struts 2 ? Thanks in advance Ibrahim