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

http://issues.apache.org/bugzilla/show_bug.cgi?id=29796

<html:javascript>  generates bad js method id's with ActionValidator Form 

           Summary: <html:javascript>  generates bad js method id's with
                    ActionValidator Form
           Product: Struts
           Version: Nightly Build
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Validator Framework
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


29004 actually consisted of two different problems. One has been resolved, so 
I'm creating this bug per Danny so that, such that they can be tracked 
separately. I'm calling it a blocker since Joe G described it that way. Sorry :-
(

Struts is now naming it's js functions after the form being used to enable the 
validator to operate on multiple forms on the same page. Problem is that when 
using a [Dyna]ValidatorActionForm, the validator action is assigned to a 
particular struts Action, and not a form. So the javascript is correspondingly 
getting named after the Struts Action Mapping, including the leading slash, 
e.g.: 

   function /RecoverUsername_required ()  


A trivial example is attached to 29004

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

Reply via email to