[
https://issues.jboss.org/browse/RF-12226?page=com.atlassian.jira.plugin.s...
]
Lukáš Fryč updated RF-12226:
----------------------------
Description:
https://gist.github.com/2576862
{code:xml}
<cdk:root>
<cc:interface />
<cc:implementation>
<cdk:render name="my" value="#{attr_value}" />
</cc:implementation>
<cdk:fragment name="my">
<cc:interface>
<cc:attribute name="value" type="java.lang.String" />
</cc:interface>
<cc:implementation>
<cdk:render name="my" value="#{cc.value.recursiveParameter}"
/>
</cc:implementation>
</cdk:fragment>
</cdk:root>
{code}
was:https://gist.github.com/2576862
Support for CDK fragments to allow recursion and abstraction of code
--------------------------------------------------------------------
Key: RF-12226
URL:
https://issues.jboss.org/browse/RF-12226
Project: RichFaces
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: cdk
Affects Versions: 4.2.1.Final
Reporter: Lukáš Fryč
Assignee: Lukáš Fryč
Labels: xp
Fix For: 4.3.0.Milestone1
https://gist.github.com/2576862
{code:xml}
<cdk:root>
<cc:interface />
<cc:implementation>
<cdk:render name="my" value="#{attr_value}" />
</cc:implementation>
<cdk:fragment name="my">
<cc:interface>
<cc:attribute name="value" type="java.lang.String" />
</cc:interface>
<cc:implementation>
<cdk:render name="my" value="#{cc.value.recursiveParameter}"
/>
</cc:implementation>
</cdk:fragment>
</cdk:root>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira