How am I connecting the actions? I don't quiet get the question.

But if I call the action   /ActionB.do?EventID=1
And in the execute function, I go  request.getParameter("EventID"); I
get a null. 

It seems like as if parameters have been scraped off the request or
something. 

The request 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


How are you connecting the actions?

My thinking is that somehow the request is been funfill before you go to

action B

*************************************
Ruben Cepeda
[EMAIL PROTECTED]
*************************************




----Original Message Follows----
From: "Dhaliwal, Pritpal (HQP)" <[EMAIL 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..

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 request.getParameter("EventID"), even that returned a null
when  I clearly see that in the query string, I have EventID=5.

I think I am doing something wrong.. I just dunno what.. Can someone
help please.

I have two combinations of such events and form bean, that are behaving
the same way.


Paul




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to