Re: Passing collection Objects from html form to Action class

2005-06-30 Thread Nitesh
cannot unless you make the scope of the form session. I find it limiting to say the least! -Original Message- From: Phani [mailto:[EMAIL PROTECTED] Sent: 30 June 2005 16:14 To: Struts Users Mailing List Subject: Passing collection Objects from html form to Action class I have a Collection

RE: Passing collection Objects from html form to Action class

2005-06-30 Thread Mark Benussi
so much that I am going to crack on with it, I may let you know how I get on if it is a worthy solution. -Original Message- From: Phani [mailto:[EMAIL PROTECTED] Sent: 30 June 2005 17:38 To: Struts Users Mailing List Subject: RE: Passing collection Objects from html form to Action class T

Re: Passing collection Objects from html form to Action class

2005-06-30 Thread Phani
> > > Sadly you cannot unless you make the scope of the > form session. > > > > I find it limiting to say the least! > > > > > > > > -Original Message- > > From: Phani [mailto:[EMAIL PROTECTED] > > Sent: 30 June 2005 16:14 >

Re: Passing collection Objects from html form to Action class

2005-06-30 Thread Laurie Harper
- From: Phani [mailto:[EMAIL PROTECTED] Sent: 30 June 2005 16:14 To: Struts Users Mailing List Subject: Passing collection Objects from html form to Action class I have a Collection Object in my JSP which I am able to display using display Tag. I want to render those collection objects when I

RE: Passing collection Objects from html form to Action class

2005-06-30 Thread Phani
session. > > I find it limiting to say the least! > > > > -Original Message- > From: Phani [mailto:[EMAIL PROTECTED] > Sent: 30 June 2005 16:14 > To: Struts Users Mailing List > Subject: Passing collection Objects from html form > to Action class >

RE: Passing collection Objects from html form to Action class

2005-06-30 Thread Mark Benussi
Sadly you cannot unless you make the scope of the form session. I find it limiting to say the least! -Original Message- From: Phani [mailto:[EMAIL PROTECTED] Sent: 30 June 2005 16:14 To: Struts Users Mailing List Subject: Passing collection Objects from html form to Action class I

Passing collection Objects from html form to Action class

2005-06-30 Thread Phani
I have a Collection Object in my JSP which I am able to display using display Tag. I want to render those collection objects when I submit my html form, so that I can retrieve them in my Action class as form property. If it is a string, I can render it as hidden field.. And in the Action class