--- Ramon Xuriguera i Albareda wrote:
> VALIDATION.XML
> <formset>
>   <form name="subjectForm">
>
> FORMBEAN (SubjectForm.java)
> It extends ValidationActionForm 

Subclassing ValidationActionForm means that the form
"name" attribute in validation.xml would be the action
path, not the bean name. You want ValidationForm if
you want the validation form name to be the bean name.

See

http://struts.apache.org/1.x/apidocs/org/apache/struts/validator/ValidatorForm.html
http://struts.apache.org/1.x/apidocs/org/apache/struts/validator/ValidatorActionForm.html

d.



       
____________________________________________________________________________________
Moody friends. Drama queens. Your life? Nope! - their life, your story. Play 
Sims Stories at Yahoo! Games.
http://sims.yahoo.com/  

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

Reply via email to