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

nested:messagePresent tag does not append parent name to indexed property





------- Additional Comments From [EMAIL PROTECTED]  2003-08-07 00:02 -------
This problem seems to be caused by NestedMessagesPresent implementing
NestedNameSupport rather than NestedPropertySupport.  The logic:MessagesPresent
tag uses the name attribute to specify the name of the action error set, rather
than the root object of the property tag like most of the other struts tags. 
Making NestedMessagesPresent implement NestedNameSupport causes this tag to
modify the name attribute of the MessagesPresent superclass with the nested root
object, which then causes it to fail to find the appropriate message set in the
page context.  This problem affects NestedMessagesPresent,
NestedMessagesNotPresent, and NestedMessages.  I've attached proposed patches.

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

Reply via email to