Hi,

This wouldn't be an issue if I wasn't trying to break things :/

The scoop:

(1) Wildcard Action mapping, uses dummy form bean definition to avoid config/request processing issues (2) Request processor instantiates Action's _real_ form bean based on URL (there's a reason, honest?)

Of course, when I call form.validate nothing happens, because there's no link from the action mapping to the actual form I'm using. I'd like to use the Struts validation rather than the generic Commons validator for sake of convenience, at least for now, but I haven't found the right combination of magic to do that yet.

In a nutshell, I'm wondering if there's something I can tweak to make this work w/o resorting to using a bare validator.

Thanks,
Dave



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

Reply via email to