Yes, I believe Hubert has the answer.  If you don't store the value of
the bean ("test value") in at least a hidden field on your form, it
won't be sent back to your metricCRUD.do Action.  You effectively lose
it when the user clicks the submit button.

Try putting a hidden field in your form, name it "test" and set it's
value to the value of your "test" bean.  Then everything will work.

Virtually,
Andre Van Klaveren


On Tue, 22 Feb 2005 14:40:26 -0600, Hubert Rabago <[EMAIL PROTECTED]> wrote:
> See my response for the reason.  :)
> 
> - Hubert
> 
> 
> On Tue, 22 Feb 2005 14:37:21 -0600, Lee Harrington <[EMAIL PROTECTED]> wrote:
> > Thanks for the help.  I'm still stumped.
> >
> <snip/>
> >
> > Why is the request variables I displayed in my jsp...not being sent to
> > my process form method?
> >
> > Lee
> >
> 
> ---------------------------------------------------------------------
> 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