What is your action mapping for majprospect action?

Since your form is going to be submitted to majprospect.do (you need
to add .do in there)  your action mapping should basically have a
name="prospectForm" in it.

Also, to make sure your form is being named correctly:

request.setAttribute("prospectForm", form);  
(if you are setting the form in request, make sure that the action
mapping for majprospect also has scope="request" otherwise it will be
looking for the form in the wrong scope)

I assume that the form has values prepopulated  already and that you
have checked that before you exit that action all the values that need
to be there are there.

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

Reply via email to