You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Paul Benedict (JIRA)" <ji...@apache.org> on 2007/08/21 09:47:34 UTC

[jira] Updated: (STR-1795) Merge Nested + HTML tags

     [ https://issues.apache.org/struts/browse/STR-1795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Benedict updated STR-1795:
-------------------------------

         Priority: Critical  (was: Minor)
    Fix Version/s: Future
         Assignee:     (was: Struts Developers)
          Summary: Merge Nested + HTML tags  (was: [taglib] Make Nested-EL tags)

Eventually, the Nested tag support would make sense to merge directly into the HTML tags. There doesn't seem to be a good reason why a whole separate tag library should exist, when interfaces can allow participation of a feature.

> Merge Nested + HTML tags
> ------------------------
>
>                 Key: STR-1795
>                 URL: https://issues.apache.org/struts/browse/STR-1795
>             Project: Struts 1
>          Issue Type: Improvement
>          Components: Taglibs
>    Affects Versions: Nightly Build
>         Environment: Operating System: All
> Platform: All
>            Reporter: Carl Fyffe
>            Priority: Critical
>             Fix For: Future
>
>         Attachments: nested-el.zip
>
>
> 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.