Struts looks for the Validator configuration based on a key. The key is
selected by the form. The key can either be the URI
(DynaValidatorActionForm) or the Form Name (DynaValidatorForm).

Your config file is obviously using bean names:
<form name="loginFormBean">

So you need the correct Form superclass to select by bean name. Make your
form a subclass of DynaValidatorForm.

Paul

On Thu, Mar 21, 2013 at 4:38 PM, J.V. <jvsr...@gmail.com> wrote:

> I am not sure I understand.
>
>

Reply via email to