[
http://jira.jboss.com/jira/browse/RF-1385?page=all ]
Vladimir Molotkov resolved RF-1385.
-----------------------------------
Resolution: Cannot Reproduce Bug
<ol:orderingList id="orderingList1"
value="#{demoBean.items}" var="item"
<h:column>
<h:inputText value="#{item.name}" />
</h:column>
<h:column>
<h:outputText> </h:outputText>
</h:column>
<h:column>
<a4j:commandButton value="Ajax Action"
reRender="actionResult"
action="#{item.action}" />
</h:column>
<h:column>
<h:commandLink value="Server Action"
action="#{item.action}" />
</h:column>
<h:column>
<h:outputText
binding="#{bean.eventsBouncer}"></h:outputText>
</h:column>
</ol:orderingList>
Component normally works
orderingList: colomns with empty data cause design lacks
--------------------------------------------------------
Key: RF-1385
URL:
http://jira.jboss.com/jira/browse/RF-1385
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Environment: IE 6
Reporter: Tsikhon Kuprevich
Assigned To: Vladimir Molotkov
Fix For: 3.1.3
Attachments: ordering-empty-cells-design-lack.gif
<rich:orderingList id="mytable" value="#{listBean.capitals}"
var="capitals">
<rich:column>
<h:outputText value="#{capitals.capitalName}" />
</rich:column>
<rich:column>
<h:outputText> </h:outputText>
</rich:column>
<rich:column>
<h:outputText value="#{capitals.stateName}" />
</rich:column>
<rich:column>
<h:outputText value="#{capitals.stateFlag}" />
</rich:column>
</rich:orderingList>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira