[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
[JBoss JIRA] Created: (RF-8083) Combobox suggestionValues strips consecutive spaces
by Wayne Bagguley (JIRA)
Combobox suggestionValues strips consecutive spaces
---------------------------------------------------
Key: RF-8083
URL: https://jira.jboss.org/jira/browse/RF-8083
Project: RichFaces
Issue Type: Bug
Components: component-input
Affects Versions: 3.3.2.SR1
Environment: Firefox 2.0
Reporter: Wayne Bagguley
Priority: Minor
I have a combobox that is connected via the suggestionValues attribute to a list of Strings and some of these Strings have spaces in the middle of the text and sometimes at the end, for example:
" This starts with a space"
"This ends with a space "
"This has two spaces after the word two"
In these cases, the start and end spaces are removed and the two spaces in the middle of the last String are reduced to one space when they are selected from the suggestion list. I need to have the spaces preserved but this is currently impossible.
--
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
[JBoss JIRA] Created: (RF-9352) Collapsible panel: facet headerCollapsed doesn't work
by Pavol Pitonak (JIRA)
Collapsible panel: facet headerCollapsed doesn't work
-----------------------------------------------------
Key: RF-9352
URL: https://jira.jboss.org/browse/RF-9352
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone2
Environment: RichFaces v.4.0.0-SNAPSHOT SVN r.19188
Java(TM) SE Runtime Environment 1.6.0_21-b06
Linux 2.6.34.6-54.fc13.x86_64
Mojarra 2.0.2-FCS
Chrome/7.0.525.0, Firefox 3.6.7
Reporter: Pavol Pitonak
The following panel doesn't change header when collapsed:
<pn:collapsiblePanel id="panel">
<f:facet name="headerExpanded" >
header exanded
</f:facet>
<f:facet name="headerCollapsed" >
header collapsed
</f:facet>
Hello!!!
</pn:collapsiblePanel>
Firebug shows the following warning when page is loaded:
Error in parsing value for 'display'. Declaration dropped.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Created: (RF-9932) rich:(extended)DataTable - doesn't store the state of sorting/filtering after render=@all
by Lukas Fryc (JIRA)
rich:(extended)DataTable - doesn't store the state of sorting/filtering after render=@all
-----------------------------------------------------------------------------------------
Key: RF-9932
URL: https://jira.jboss.org/browse/RF-9932
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone4
Environment: RichFaces 4.0.0-SNAPSHOT r.20396
Metamer 4.0.0-SNAPSHOT r.20398
Mojarra 2.0.3-FCS
Apache Tomcat 6.0.29
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 7.0.517.44 @ Linux x86_64
Reporter: Lukas Fryc
Steps to reproduce:
FIRST SCENARIO (Sorting):
1. open http://localhost:8080/metamer/faces/components/richDataTable/sorting-usin...
2. sort table by number of kids using link in column header
(you should see now only "0" in number of kids column)
3. go to last page (20)
(you should see now only "4" in number of kids column)
4. click Rerender All button in the header of page
(the output is unchaned)
5. go back to first page
FAIL: column # of kids is unsorted again
SECOND SCENARIO (Filtering):
1. open http://localhost:8080/metamer/faces/components/richDataTable/filtering.xhtml
2. filter table by increasing Number of Kids spinner in column header to value=1
(you should no "0" values in that column)
3. goto last page
(you should no "0" values in that column)
4. click Rerender All button in the header of page
(the output is unchaned)
5. go back to first page
FAIL: there are "0" values in Number of Kids column and also spinner's value changed back to 0
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months