Details
-
Improvement
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
Nightly Build
-
None
-
Operating System: All
Platform: All
-
23827
Description
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