Hi!

my application doesn't automatically call the validate() function in my
ActionForm-extending class. I added the form to the struts-config file in
the right manner, but it won't work. The form is filled and passed to the
Action-class, but it won't execute validate().

If I try to call form.validate(mapping, request) manually from within the
perform method of my Action class, it gives me a 500 internal server error
because it can't get a request dispatcher for path null.

Anyone knows what I'm doing wrong here?

Thanx!
Michel


Reply via email to