[JBoss JIRA] Created: (RF-1607) listShuttle: the cell text is carrying over in case if there are spaces in the cell's content
by Tsikhon Kuprevich (JIRA)
listShuttle: the cell text is carrying over in case if there are spaces in the cell's content
---------------------------------------------------------------------------------------------
Key: RF-1607
URL: http://jira.jboss.com/jira/browse/RF-1607
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Environment: JSF 1.2
tomcat 6.0
IE 6,7
Reporter: Tsikhon Kuprevich
Assigned To: Vladimir Molotkov
<rich:listShuttle sourceValue="#{listBean.capitals}" switchByClick="false" var="list"
id="listShuttle" value="#{listBean.target}" controlsType="link">
<f:facet name="sourceCaption">caption_1</f:facet>
<f:facet name="topControl">
<h:outputText value="Move to top"/>
</f:facet>
<f:facet name="topControlDisabled">
<h:outputText value="Move to top"/>
</f:facet>
<rich:column>
<f:facet name="header">1header</f:facet>
<h:outputText value="#{list.capitalName}" />
</rich:column>
<rich:column>
<f:facet name="header">header_2</f:facet>
<h:outputText value="#{list.stateName}" />
</rich:column>
<rich:column>
<f:facet name="header">header_3</f:facet>
<h:outputText value="3 #{list.stateName}" />
</rich:column>
<rich:column>
<f:facet name="header">3.5</f:facet>
<h:outputText value="" />
</rich:column>
<rich:column>
<f:facet name="header">header_4</f:facet>
<h:outputText value="4 #{list.stateName}" />
</rich:column>
</rich:listShuttle>
--
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
18 years, 1 month
[JBoss JIRA] Created: (RF-2061) Cookbook and guide
by Svetlana mukhina (JIRA)
Cookbook and guide
------------------
Key: RF-2061
URL: http://jira.jboss.com/jira/browse/RF-2061
Project: RichFaces
Issue Type: Task
Components: doc
Affects Versions: 3.1.0
Reporter: Svetlana mukhina
Assigned To: Gleb Galkin
Fix For: 3.2.0
Look thoroughly through Cookbook (http://labs.jboss.com/wiki/RichFacesCookbook):
- RichFacesCookbook/ScrollableDataTableSelectionUsage
- RichFacesCookbook/DetailModalPanelFromTable
- RichFacesCookbook/JsFunctionJson
- How to get row selection in scrollableDataTable using one and multi-selection rows mode
- How to use jsFunction with JSON
- Create An Image Banner Using Effects And Poll (here we could take an example for <a4j:poll> component)
- Create A HTML Banner Using Effects And Poll
How to do a detail view modalPanel in a table
some useful information could go into the guide, NOTE: don't just copy-paste everything, understand what it's really necessary for guide reader.
--
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
18 years, 1 month
[JBoss JIRA] Created: (RF-1865) Option to register a resource bundle handler/manager with richfaces
by Ashish Kumar Singh (JIRA)
Option to register a resource bundle handler/manager with richfaces
-------------------------------------------------------------------
Key: RF-1865
URL: http://jira.jboss.com/jira/browse/RF-1865
Project: RichFaces
Issue Type: Feature Request
Components: planning
Affects Versions: 3.1.3
Reporter: Ashish Kumar Singh
Fix For: 3.2.0
Hi Guys,
There can be situations where organizations have their own mechanism for providing i18n support for handling resource bundles, in addition to reading them from properties file.
An example can be XML files, database etc.
As JSF provides a mechanism to register resource bundle and rich faces follows the same approach to provide the functionality in Ajax paradigm (a4j: loadbundle).
Now to integrate such discrete 1i8n frameworks or resource bundle sources with JSF/Rich faces one way is to write a component and use it in the application.
But it will be niche if rich faces can come up with a resource bundle handler/manager concept which allows doing following:
1. Application wide registration of resource bundle handler/manager
2. Ability to pass configuration parameters to handler/manager
3. a4j:include to delegate all calls to handler/manager if one is registered with the system, otherwise use default mechanism.
Best Regards,
Ashish
--
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
18 years, 1 month