You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org> on 2006/11/20 23:52:03 UTC

[jira] Resolved: (TAPESTRY-263) Add an element parameter to the Insert component

     [ http://issues.apache.org/jira/browse/TAPESTRY-263?page=all ]

Jesse Kuhnert resolved TAPESTRY-263.
------------------------------------

    Fix Version/s: 4.1.1
       Resolution: Fixed
         Assignee: Jesse Kuhnert

It now includes a "renderTag" parameter that is either true or false. If true it will render whatever tag you specify when referencing the component.

> Add an element parameter to the Insert component
> ------------------------------------------------
>
>                 Key: TAPESTRY-263
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-263
>             Project: Tapestry
>          Issue Type: Wish
>          Components: Framework
>    Affects Versions: unspecified
>            Reporter: Markus Wiederkehr
>         Assigned To: Jesse Kuhnert
>             Fix For: 4.1.1
>
>         Attachments: insert.patch
>
>
> It would be nice if the Insert component had a parameter to specify an HTML tag for wrapping the output.
> Examples:
> <span jwcid="@Insert" value="test" element="strong">
> would render: <strong>test</strong>
> <span jwcid="@Insert" value="test" element="strong" class="test">
> would render: <strong class="test">test</strong>
> <span jwcid="@Insert" value="ognl:null" element="strong" class="test">
> would render nothing
> <span jwcid="@Insert" value="test">
> would render: test

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org