[JBoss JIRA] Created: (RF-9857) listShuttle / pickList - Allows multiple selection of same item
by John Leed (JIRA)
listShuttle / pickList - Allows multiple selection of same item
---------------------------------------------------------------
Key: RF-9857
URL: https://jira.jboss.org/browse/RF-9857
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component-input
Reporter: John Leed
As far as I know, when an item is selected in listShuttle it is moved from the source list to the target list. Could an attribute be added so that the item is copied instead, allowing the user to select an item multiple times. In this case, the source list would remain unchanged during selections.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] Created: (RF-9852) rich:dataTable events not working/firing e.g. onRowClick/onclick
by Karl Mueller (JIRA)
rich:dataTable events not working/firing e.g. onRowClick/onclick
----------------------------------------------------------------
Key: RF-9852
URL: https://jira.jboss.org/browse/RF-9852
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.Milestone4
Environment: Windows Vista Build 6001
apache-tomcat-7.0.4
Sun jdk1.6.0_14
RichFaces 4.0.0.20101004-M3
Mojarra JSF 2.0.3-FCS
Reporter: Karl Mueller
I was trying to use rich:dataTables onRowClick event. As it did not work I tried out the basic onclick event with the result that it is not working either.
This sample should open a MsgBox when cklicking on the table. It works with the basic h:dataTable, but fails with rich:dataTable.
<h:dataTable id="hTable" style="border:1px black solid;" onclick="alert('Clicked');">
<h:column>
<f:facet name="header">
<h:outputText value="Column1" />
</f:facet>
<h:outputText value="test" />
</h:column>
</h:dataTable>
<rich:dataTable id="richTable" style="border:1px black solid;" onclick="alert('Clicked');">
<rich:column>
<f:facet name="header">
<h:outputText value="Column1" />
</f:facet>
<h:outputText value="test" />
</rich:column>
</rich:dataTable>
It seems that all event handlers are not working or maybe not yet implemented.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] Resolved: (RF-8903) Documentation fails to build on russian locale
by Jay Balunas (JIRA)
[ https://issues.jboss.org/browse/RF-8903?page=com.atlassian.jira.plugin.sy... ]
Jay Balunas resolved RF-8903.
-----------------------------
Fix Version/s: 4.0.0.Milestone5
(was: Future_4.X)
Resolution: Done
Last comment is that Sean's update fixed the issue. I'm resolving.
> Documentation fails to build on russian locale
> ----------------------------------------------
>
> Key: RF-8903
> URL: https://issues.jboss.org/browse/RF-8903
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: build/distribution, doc
> Affects Versions: 4.0.0.Alpha2
> Reporter: Nick Belaevski
> Assignee: Sean Rogers
> Fix For: 4.0.0.Milestone5
>
>
> Here is an error I'm getting for documentation being built on russian locale PC:
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Component Development Kit Guide-(en-US)
> [INFO] task-segment: [clean, install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting directory D:\richfaces-root-readonly\cdk\trunk\docs\guide\target
> [INFO] [jdocbook:resources {execution: default-resources}]
> [INFO] Expanding: C:\Users\nick\.m2\repository\org\jboss\jbossorg-jdocbook-style\1.1.0\jbossorg-jdocbook-style-1.1.0.jdocbook-style into D:\richfaces-root-readonly\cdk\trunk\docs\g
> uide\target\docbook\staging
> [INFO] [jdocbook:generate {execution: default-generate}]
> [INFO] Processing en-US -> pdf
> redirecting output to file [D:\richfaces-root-readonly\cdk\trunk\docs\guide\target\docbook\work\log\console-en-US-pdf.log]
> Error on line 4 column 17 of file:/D:/richfaces-root-readonly/cdk/trunk/docs/guide/en-US/Component_Development_Kit_Guide.xml:
> Error reported by XML parser: InvalidCharInLiteral
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] XSLT problem
> Embedded error: error rendering [org.xml.sax.SAXParseException: InvalidCharInLiteral] on Component_Development_Kit_Guide.xml
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 8 seconds
> [INFO] Finished at: Mon May 31 16:58:19 EEST 2010
> [INFO] Final Memory: 25M/45M
> [INFO] ------------------------------------------------------------------------
> D:\richfaces-root-readonly\cdk\trunk\docs>
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years