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

Maked Nested-EL tags

           Summary: Maked Nested-EL tags
           Product: Struts
           Version: Nightly Build
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


It would be nice to be able to use EL with the Nested tags.

This could be used when doing a jsp include and passing in the name of a property.  

<jsp:include page="selectComponent.jsp">
  <jsp:param name="propName" value="color" />
</jsp:include>

then, inside of selectComponent.jsp

<nested-el:select property="${param.propName}">
<option>...</option>
</nested-el:select>

I will attach a set of classes that implement the packages:
org.apache.strutsel.taglib.nested
org.apache.strutsel.taglib.nested.html

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

Reply via email to