RE: FormBean values are null

2004-08-23 Thread Dhaliwal, Pritpal (HQP)
Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 5:26 PM To: Struts Users Mailing List Subject: Re: FormBean values are null Without seeing what you're doing all anyone can do is guess, much better if you post a question with full info. Post the jsp showing

FormBean values are null

2004-08-20 Thread Dhaliwal, Pritpal (HQP)
So here is the deal.. ActionA is input for ActionB They both share the ABFormBean, ABFormBean has some properties.. For both actions, validate=false, scope=request When I hit submit on ActionA and it goes to ActionB, the values in the ABFormBean are null. I don't know why. I event did

RE: FormBean values are null

2004-08-20 Thread Ruben Cepeda
PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: FormBean values are null Date: Fri, 20 Aug 2004 15:28:17 -0700 So here is the deal.. ActionA is input for ActionB They both share the ABFormBean, ABFormBean has some properties

RE: FormBean values are null

2004-08-20 Thread Dhaliwal, Pritpal (HQP)
is not fullfilled because I forward to a jsp, and does make it to that jsp. I will still double check. Thanks for your help. Paul -Original Message- From: Ruben Cepeda [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 3:45 PM To: [EMAIL PROTECTED] Subject: RE: FormBean values are null

Re: FormBean values are null

2004-08-20 Thread Niall Pemberton
(HQP) [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, August 20, 2004 11:28 PM Subject: FormBean values are null So here is the deal.. ActionA is input for ActionB They both share the ABFormBean, ABFormBean has some properties.. For both actions, validate=false