[JBoss JIRA] Created: (RF-7517) rich:dataTable + rich:columns -> sortBy doing nothing
by Matthias Hryniszak (JIRA)
rich:dataTable + rich:columns -> sortBy doing nothing
-----------------------------------------------------
Key: RF-7517
URL: https://jira.jboss.org/jira/browse/RF-7517
Project: RichFaces
Issue Type: Bug
Components: component-tables
Affects Versions: 3.3.1
Environment: WinXP SP3
Reporter: Matthias Hryniszak
Using the following markup sorting does not work at all on columns:
<rich:dataTable id="table" value="#{localeHandler.locales}" var="row" rows="15">
<rich:columns value="#{localeHandler.columns}" var="column" index="i" sortBy="#{row[column]}" sortOrder="#{localeHandler.sortOrder}" >
<f:facet name="header">
<h:outputText value="#{column}"/>
</f:facet>
<h:outputText value="#{row[column]}"/>
</rich:columns>
<f:facet name="footer">
<rich:datascroller id="scroller" for="table" page="#{localeHandler.currentPage}" />
</f:facet>
</rich:dataTable>
Whereas the localeHandler is a bean with the following properties:
- columns - List<String> containing property names (language, displayLanguage, and so on)
- locales - List<java.util.Locale> generated from Locale.getAvailableLocales()
Current result: sorting is not working
Expected result: sorting works as expected.
--
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-8443) MenuItem in rich:Toolbar BUG in Chrome/Safari when disabled attribute is set to true
by Nicolas Gaudin (JIRA)
MenuItem in rich:Toolbar BUG in Chrome/Safari when disabled attribute is set to true
------------------------------------------------------------------------------------
Key: RF-8443
URL: https://jira.jboss.org/jira/browse/RF-8443
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: browser compatibility, component-menu
Affects Versions: 3.3.2.SR1
Environment: JDK 1.6.07
Glassfish V2 UR2
Windows XP SP3
RF 3.3.2SR1
Facelets 1.1.14
JSF Mojarra (1.2_13-b01-FCS)
Reporter: Nicolas Gaudin
Hi,
When MenuItem's "disabled" attribute is set to TRUE (ex: disabled="#{bean.disabled}"), Grome and Safari generate an error "not matching tag td and div" and the page can not be rendered at all
Test case:
on a page, just put a rich:ToolBar containing one menuItem wich as its "disabled" attribute set to backing bean property.
this backing bean property must evaluate to TRUE. (when disabled =false, it is working as less divs are rendered)
One workaround is to remove disabled attribute and use rendered="#{!bean.disabled}", BUT it is not what we want in our UI
Hope you can fix in a near future
Regards
--
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-4089) check whether ajax is enabled in IE6
by Michael Heinen (JIRA)
check whether ajax is enabled in IE6
------------------------------------
Key: RF-4089
URL: https://jira.jboss.org/jira/browse/RF-4089
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.5
Reporter: Michael Heinen
I am facing a small problem if my richfaces app runs with wrong security settings in IE 6.
Some javascript errors occur if the security option "Script ActiveX controls marked safe for scripting" is disabled.
1) js error: Exception thrown and not caught:
occurs in sarissa.js line 82: throw "Could not retreive a valid progID of Class: " + idList[idList.length-1]+". (original exception: "+e+")";
2) js error: A4J.AJAX' is null or not an object
3) LOG is undefined
I would like to display a message or an alert that the security settings are too restrictive. Is there any way to do this ?
--
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