> I want to validate my input, if there are any errors,
> i get a server-error mapping-input is null.
>
> How to do values come in  the mapping-input, in my mapping-path,
> there is the correct path?
>
> hans
>

Without seeing your code it is hard to say for sure what the problem maybe.
However, I think the message is saying your action mapping is missing the
"input" parameter which specifies the input JSP.  When you get validation
errors the controller would like to display them on the "input" page for
you. Without that mapping it can't.

Or I could be wrong.

</mark>



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

Reply via email to