RE: Form Bean in JSP

2004-08-04 Thread Kataria, Satish
You can use the form bean in jsp through the various struts tags. Struts puts the form bean in request scope automatically and thus all you have to do to use form bean is by declaring the form bean in tag E.g suppose you had myactionform as the form bean which had an attribute name(say it is str

Re: Form Bean in JSP

2004-08-04 Thread lnader2000
//setting a property " /> //getting a property Of course you can use struts tags too like: etc. --- In [EMAIL PROTECTED], "Bussie, Andre D" <[EMAIL PROTECTED]> wrote: > Is it possible for a Form Bean to be used in a JSP if so how is it done? > Any resources or examples demonstrating this.

RE: Form Bean in JSP

2004-08-04 Thread Jim Barrows
> -Original Message- > From: Bussie, Andre D [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 04, 2004 5:15 AM > To: [EMAIL PROTECTED] > Subject: Form Bean in JSP > > > Is it possible for a Form Bean to be used in a JSP if so how > is it done? > Any resources or examples demonstrati