[JBoss JIRA] Created: (RF-4192) Add "noDataLabel" to rich:dataTable for purposes of display a message if the dataTable is empty
by Chris Simons (JIRA)
Add "noDataLabel" to rich:dataTable for purposes of display a message if the dataTable is empty
-----------------------------------------------------------------------------------------------
Key: RF-4192
URL: https://jira.jboss.org/jira/browse/RF-4192
Project: RichFaces
Issue Type: Feature Request
Affects Versions: 3.2.1, 3.2.0.SR1, 3.2.0, 3.1.6, 3.1.5, 3.1.4
Reporter: Chris Simons
Priority: Optional
An excellent, small addition to rich:dataTable would allow for a textual message to be displayed in the event that a dataTable is empty.
For example:
<rich:dataTable id="myTable" noDataLabel="#{messages['dataTable.noData']}" ....> </rich:dataTable>
When the condition is true that the underlying data model or list is empty, the message would display in one row that spans the entire dataTable. The headers and dataTable title would still remain.
Please vote for this issue if you would like to see this feature added.
--
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
13 years, 2 months
[JBoss JIRA] Created: (RF-7692) InplaceSelect doesn't support SelectItemGroup elements
by Anton Lisovenko (JIRA)
InplaceSelect doesn't support SelectItemGroup elements
------------------------------------------------------
Key: RF-7692
URL: https://jira.jboss.org/jira/browse/RF-7692
Project: RichFaces
Issue Type: Bug
Components: component-input
Reporter: Anton Lisovenko
Priority: Minor
Currently inplaceSelect component does not support SelectItemGroup nested elements. It displays only SelectItemGroup labels and ignores nested SelectItem elements. This reduces the styling and grouping possibility for select elements, because jsf select items do not allow 'style' atribute either.
It would be great to have the possibility to use grouped select items in inplaceSelect. Seems this is more the bug, than feature request, but feel free to change the type, if necessary.
--
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
13 years, 3 months