Hi Hubert,

maybe you're right and they just don't like each other a little bit ;)

"what flavor of ActionDispatcher are you using?"

eeeh, don't know what you mean with "flavor" but I just use it for working with multiple buttons on my page.

I have a "public class BookEditAction extends DispatchAction {...}" in my Action-Classes and ActionForwards in it to do my persistant stuff and then forward to specific JSP. Without validator it works fine.

"What's your validation look like?"

Basic stuff, I just checking if the Autor.name is not shorter then 3 symbols and is not empty... (seems to work fine standing alone).

"What are your form values?"

Nothing specific... seems to work without big troubles...

The problem really is, that all the forwards are ignored if using validator. Just plain redirecting to input="/jsp/bookEdit.jsp" :(

thanks a lot and bye!

Danny


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

Reply via email to