[
https://jira.jboss.org/jira/browse/RF-5203?page=com.atlassian.jira.plugin...
]
Nick Belaevski resolved RF-5203.
--------------------------------
Fix Version/s: 3.3.0
Resolution: Rejected
Assignee: Tsikhon Kuprevich (was: Nick Belaevski)
This:
<h:outputLink value="http://www.exadel.com" />
won't output any visible part anywhere because h:outputLink works in this way.
dataList: nested h:outputLink doesn't output anything
-----------------------------------------------------
Key: RF-5203
URL:
https://jira.jboss.org/jira/browse/RF-5203
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: any
Reporter: Tsikhon Kuprevich
Assignee: Tsikhon Kuprevich
Priority: Critical
Fix For: 3.3.0
<rich:dataList id="doListID"
value="#{dataOrderedList.arr}" var="arr">
<f:facet name="header">
<h:outputText value="Africa(header):" />
</f:facet>
<h:outputLink value="#{arr.str0}"/>
<f:facet name="footer">
<h:outputText value="Africa(footer);" />
</f:facet>
</rich:dataList>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira