On 3/5/06, Xavier Vanderstukken <[EMAIL PROTECTED]> wrote:
> It seems to me that server side validation does not work with Struts 1.3
>
> The getValudationKey
> public String getValidationKey(ActionMapping mapping, HttpServletRequest
> request) {
>return mapping.getAtribute();
>}
>
> re
All my forms extends the ValidatorForm class.
Wendy Smoak wrote:
On 3/5/06, Xavier Vanderstukken <[EMAIL PROTECTED]> wrote:
It seems to me that server side validation does not work with Struts 1.3
The getValudationKey
public String getValidationKey(ActionMapping mapping, HttpServletRequest
On 3/5/06, Xavier Vanderstukken <[EMAIL PROTECTED]> wrote:
> It seems to me that server side validation does not work with Struts 1.3
>
> The getValudationKey
> public String getValidationKey(ActionMapping mapping, HttpServletRequest
> request) {
> return mapping.getAtribute();
> }
>
>
It seems to me that server side validation does not work with Struts 1.3
The getValudationKey
public String getValidationKey(ActionMapping mapping, HttpServletRequest
request) {
return mapping.getAtribute();
}
returns allways the action url : /Login
instead of LoginForm.
I override
4 matches
Mail list logo