A bug report has already been filed for this bug. It's bug 697.
 
 
-----Original Message-----
From: Brian Bowman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 28, 2001 8:39 AM
To: [EMAIL PROTECTED]
Subject: Problem since beta1

I have been experiencing a problem since I moved from the Feb 18 nightly build to the beta 1 release. I’ve had to revert back to the nightly build because I do this everywhere in my jsps. Using the following form tag I no longer get the parameter in my Action class when I submit the form.

 

<html:form action="adminUser.do?action=save">

 

So when I do the following in the perform method of AdminUserAction I now get null.

 

String action = request.getParameter("action");

 

Is anyone aware of a late change in the beta release that would cause this result?

 

Any help would be greatly appreciated.

 

Thanks,

Brian

Reply via email to