Re: user defined beans in form bean

2004-06-07 Thread Bill Siggelkow
... Jannu Winod wrote: how to handle user defined beans if we are using them in form beans. see the following code. Im looking for the jsp code in struts to define the text fields pls send me the code. with thnx. class MyBean { private String firstName; private String lastName; public voi

RE: user defined beans in form bean

2004-06-07 Thread Satish Kataria
Hi, You can use struts nested tags to retrieve the beans stored in the action form. Code snippet is as follows Thanks, Satish -Original Message- From: Jannu Winod [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 9:40 AM To: Struts Users Mailing