RE: bean in a Actionform

2005-03-30 Thread Nidel, Mike
> -Original Message- > From: temp temp [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 30, 2005 12:34 PM > To: user@struts.apache.org > Subject: bean in a Actionform > > > I have an actionform which contains a bean as a > property. This bean has getter and setter

bean in a Actionform

2005-03-30 Thread temp temp
I have an actionform which contains a bean as a property. This bean has getter and setter methods for few Strings . 1. How to display properties from this bean in my jsp in a list . And when the form is submitted 2. Can I automatically populate my bean in actionform with the values