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
Mailing List Subject: user defined beans in form bean 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

user defined beans in form bean

2004-06-07 Thread Jannu Winod
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 void setFirstName(String