> If You are using POST method for sending request (and probably yes) I
> would exchange Your code for this one:
> if (request.getMethod().equals("POST")) {
> return super.validate( mapping, request );
> } else {
> return null;
> }
Interesting... would equalsIgnoreCase be more appropriate, or are you sure
it'll always be in upper case? My jsp currently has:
<html-el:form action="/chooseProfile">
which turns into:
<form name="chooseProfileForm" method="post"
action="/bendev/chooseProfile.do">
so I'm guessing that 'post' will be lowercase.
Thanks! This is a much better solution, so I can change the name of the
Submit button without breaking it.
--
Wendy Smoak
Applications Systems Analyst, Sr.
Arizona State University PA Information Resources Management