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=6505>. 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=6505 Enhancement to logic tags Summary: Enhancement to logic tags Product: Struts Version: 1.0.1 Final Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Custom Tags AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I need an extension to the logic tags like equal, notEqual, match, a.o. to compare not only with constants but with other attributes. For example: <bean:define id="value" name="myBean1" property="id"/> <logic:equal name="myBean2" property="id" beanvalue="value"> Ids from myBean1 and myBean2 are equal. </logic:equal> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
