You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Brian Bowman <br...@nordicwave.com> on 2001/02/28 14:39:12 UTC

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