DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10432>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10432

DynaValidatorActionForm does not validate data





------- Additional Comments From [EMAIL PROTECTED]  2002-07-09 02:28 -------
Can anyone explain why there are both DynaValidatorForm and 
DynaValidatorActionForm?  Is it just because people like to use different 
kinds of name attributes in the <form> elements of their validation rules?

In any case, it looks as though there's no reason you can't use path 
mappings as the value of the name attribute of the form elements in your 
validator config XML files.  As in...
<formset...>
  <form name="/path/to/your/Action">...

The only reason there's a name in that XML file is so that you can get the 
rules back later -- it doesn't have any direct association with the form 
name in your struts-config.xml file.

Warning, I haven't used validation a lot -- I just worked this out from 
reading the source code.  I could be the victim of a misunderstanding 
somewhere.

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

Reply via email to