[JBoss JIRA] Created: (RF-10740) collapsibleSubTableToggler with expandMode="ajax" executes collapsibleSubTable on server
by Martin Kočí (JIRA)
collapsibleSubTableToggler with expandMode="ajax" executes collapsibleSubTable on server
----------------------------------------------------------------------------------------
Key: RF-10740
URL: https://issues.jboss.org/browse/RF-10740
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.CR1
Environment: richfaces 4.0, mojarra 2.0.4
Reporter: Martin Kočí
With example below request contains javax.faces.partial.execute=form:dataTable:0:collapsibleSubTable
and that triggers validation on inputText.
<r:dataTable id="dataTable" value="#{bean.rowValues}" >
<r:column>
<r:collapsibleSubTableToggler for="collapsibleSubTable" />
</r:column>
<r:collapsibleSubTable id="collapsibleSubTable" expandMode="ajax">
<f:facet name="header">
<h:inputText id="inputText" required="true" />
</f:facet>
</r:collapsibleSubTable>
</r:dataTable>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (RF-11074) FileUpload ontyperejected not working
by Jesse Bowes (JIRA)
FileUpload ontyperejected not working
-------------------------------------
Key: RF-11074
URL: https://issues.jboss.org/browse/RF-11074
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Final
Reporter: Jesse Bowes
ontyperejected doesn't appear to be working in the 4.0.0.Final
Code Snippet:
{quote}
<rich:fileUpload fileUploadListener="#{bean.listener}"
id="upload" acceptedTypes="txt, pdf"
ontyperejected="alert('wrong file type');"
immediateUpload="true"
maxFilesQuantity="10"
allowFlash="true">
</rich:fileUpload>
{quote}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[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
14 years, 8 months
[JBoss JIRA] Created: (RF-10439) Introduce SelectionChange API
by Martin Kočí (JIRA)
Introduce SelectionChange API
-----------------------------
Key: RF-10439
URL: https://issues.jboss.org/browse/RF-10439
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.Milestone5
Environment: RichFaces 4.0 trunk svn rev 21496
Reporter: Martin Kočí
Priority: Optional
Fix For: 4.Future
I don't know if it is intended or not but current RF 4.0 don't have listener/event for API for "SelectionChange" behaviour. Suggestions:
1. introduce SelectionChangeEvent, SelectionChangeListener, SelectionChangeSource API - there is TreeSelectionChangeEvent already - I think the new SelectionChangeEvent can be base class for TreeSelectionChangeEvent
2. add methods addSelectionChangeListener, removeSelectionChangeListener, setSelectionListener(MethodExpression) etc. at UIExtendedDataTable
3. rename client event name from "selectionchange" to "selectionChange" - ValueChange has that convention
4. RC showcase contains selection handling based on AjaxBehaviourEvent -> modify it for r:extendedDataTable selectionChangeListener="#{}" usage
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (RF-10972) Taglib: attributes action and actionListener of tab should be hidden
by Pavol Pitonak (JIRA)
Taglib: attributes action and actionListener of tab should be hidden
--------------------------------------------------------------------
Key: RF-10972
URL: https://issues.jboss.org/browse/RF-10972
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.0.0.Final
Environment: RichFaces 4.1.0-SNAPSHOT r.22463
Metamer 4.1.0-SNAPSHOT r.22465
Mojarra 2.1.0-FCS
GlassFish Server Open Source Edition 3.1
Java(TM) SE Runtime Environment 1.6.0_24-b07 @ Linux
Chrome 11.0.696.57 @ Linux i686
Reporter: Pavol Pitonak
Component rich:tab should not have attributes action and actionListener. They don't work and other switchable panels (accordion, toggle panel) don't have these attributes.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months