RE: Struts Action Form bean population problem

2011-08-04 Thread Mahamuni, Prashant X
Please make sure that you have getter setters in the action class. -Original Message- From: arnab.gho...@cognizant.com [mailto:arnab.gho...@cognizant.com] Sent: Thursday, August 04, 2011 2:33 AM To: user@struts.apache.org Subject: Struts Action Form bean population problem Hi Friends

Re: Struts Action Form bean population problem

2011-08-04 Thread Dave Newton
On Thu, Aug 4, 2011 at 3:33 AM, wrote: > Not sure why it is not populating the action form. Without any further information it's impossible to help. Dave - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additio

Struts Action Form bean population problem

2011-08-04 Thread Arnab.Ghosh6
Hi Friends, I am having a strange problem. I am sending a post request to a struts action. The action class is associated with a actionform. But the problem is those values is not getting populated in the form. I have followed the correct bean spec and we are getting the values from request par

Re: Form Bean population

2005-11-17 Thread Laurie Harper
Marcio Ghiraldelli wrote: I need to populate a a form-bean with a collection for an instance. Wich is the better place to do it: 1) Into the form-bean reset() method or 2) In an Action before the jsp call The recommended place to do it is in an action, though some do prefer

Form Bean population

2005-11-17 Thread Marcio Ghiraldelli
I need to populate a a form-bean with a collection for an instance. Wich is the better place to do it: 1) Into the form-bean reset() method or 2) In an Action before the jsp call ? - To unsubscribe, e-

RE: form bean population confusion

2005-10-04 Thread croffman rhenv
k You. Croff From: "rahul" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" Subject: RE: form bean population confusion Date: Mon, 03 Oct 2005 10:25:15 +0530 see inline comments # > -Original Messag

RE: form bean population confusion

2005-10-02 Thread rahul
see inline comments # > -Original Message- > From: croffman rhenv [mailto:[EMAIL PROTECTED] > Sent: Saturday, October 01, 2005 8:41 PM > To: user@struts.apache.org > Subject: RE: form bean population confusion > > > Thanks for the reply. > > 1. Loo

RE: form bean population confusion

2005-10-01 Thread croffman rhenv
t;Struts Users Mailing List" Sent: Friday, September 30, 2005 9:35 AM Subject: RE: form bean population confusion I am not sure, what you want to show on jsp2 but let me try.. you said you want to submit some DATA from PAGE 1 then retrieve some info from database and show that data in PAG

RE: form bean population confusion

2005-09-30 Thread rahul
om: my struts [mailto:[EMAIL PROTECTED] > Sent: Friday, September 30, 2005 7:19 PM > To: user@struts.apache.org > Subject: form bean population confusion > > > Hi, > > I am lost in the basics. > > Problem: When PAGE 1 DATA is submitted then (back end will > retrieve the

form bean population confusion

2005-09-30 Thread my struts
Hi, I am lost in the basics. Problem: When PAGE 1 DATA is submitted then (back end will retrieve the info from database) and PAGE 2 should be displayed with DATA. But the population is not happening, I am lost in basics. Please clarify. Here is the information on my form-beans and action-map