Uploaded image for project: 'Struts 1'
  1. Struts 1
  2. STR-1795

Merge Nested + HTML tags

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • Nightly Build
    • Future
    • Tag Libraries
    • 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

      Attachments

        Activity

          People

            Unassigned Unassigned
            struts@sixty4bit.com Carl Fyffe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: