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=27228>.
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=27228

nested errors and messages does not have correct nesting for property

           Summary: nested errors and messages does not have correct nesting
                    for property
           Product: Struts
           Version: 1.1 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When using nested:errors/nested:messages tags, NestedPropertyHelper does not 
calculate the nested property correctly.
 
<nested:iterate name="webapp" id="name" property="names">
     <nested:text property="first">
     <nested:errors property="first">
</nested:iterate>
 
The nested errors tag will look for errors that are keyed by "first" instead of 
by "names[0].first" so the property is not found and the error is not printed.  
The same problem exists for nested:messages.
 
Sorry, I keep reporting this bug, but it never shows up on my bugzilla screen.

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

Reply via email to