[JBoss JIRA] Created: (RF-1870) Need to allow for single set of headers with datatable and embedded datatable
by David M. Karr (JIRA)
Need to allow for single set of headers with datatable and embedded datatable
-----------------------------------------------------------------------------
Key: RF-1870
URL: http://jira.jboss.com/jira/browse/RF-1870
Project: RichFaces
Issue Type: Feature Request
Affects Versions: 3.1.3
Reporter: David M. Karr
Priority: Minor
I have a need to present a datatable that models the information in a spreadsheet. As such, some of the columns are "scalars", which represent a single value per entity, and some of the columns are multi-valued, such that multiple row values correspond to a single entity.
For instance, consider the notion of a "Project" entity with "name" and "department" fields, along with a "servers" list property. Each server has "hostname", "cpuCount", and "platform" fields. I want to display a table with a single list of column headers, being "name", "department", "host name", "cpu count", and "platform" (and some others).
One row in the "projects" table will have an embedded table for servers.
In current functionality in v3.1.2, I can have a single header in the main datatable that corresponds to the embedded datatable (like "Servers"), and I can have headers in the embedded datatable (which would repeat for every project row), but there appears to be no way to just have a single set of headers representing all the existing columns unioned from the main datatable and the embedded datatable.
I've looked at the "subTable" component, but this doesn't appear to do what I need.
I will attach some artifacts that demonstrate what I'm trying to achieve.
--
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
15 years, 3 months
[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
15 years, 3 months
[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
15 years, 3 months
[JBoss JIRA] Created: (RF-9524) Rich editor issues in html mode, links
by John Ament (JIRA)
Rich editor issues in html mode, links
--------------------------------------
Key: RF-9524
URL: https://jira.jboss.org/browse/RF-9524
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.3.3.Final
Environment: Firefox 3.5 +
Reporter: John Ament
There are two problems we are seeing. One is that you cannot have an inline stylesheet entered in HTML mode in the editor.
<style type="text/css">
.someClass{font-weight:bold;}
</style>
becomes
<!--
.someClass{font-weight:bold;}
-->
Second, when you embed a link it cannot be relative. Otherwise it ends up prepending ../ for each level you have in your link.
--
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
15 years, 3 months
[JBoss JIRA] Created: (RF-8728) Investigate jdocbook dependency for highlight jar
by Jay Balunas (JIRA)
Investigate jdocbook dependency for highlight jar
-------------------------------------------------
Key: RF-8728
URL: https://jira.jboss.org/browse/RF-8728
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: build, doc
Affects Versions: 4.0.0.ALPHA1
Reporter: Jay Balunas
Assignee: Sean Rogers
Fix For: 4.0.0.M1
There seems to be a dependency from jdocbook on the highlight.jar. However for some reason it exists in the org.richfaces.docs directory, and believe was maintained by the previous doc team.
This can cause a problem with builds in offline made, and seems not to be the best structure. I would like to understand the reason it is there, and if there is a way to remove it.
To reproduce the issue:
Clear the <mvn-local-repo>/org/richfaces/docs directory.
In /root/docs/trunk run mvn -o clean install
--
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
15 years, 3 months