[JBoss JIRA] Created: (RF-2417) orderingList:
by jessie (JIRA)
orderingList:
-------------
Key: RF-2417
URL: http://jira.jboss.com/jira/browse/RF-2417
Project: RichFaces
Issue Type: Bug
Components: doc
Affects Versions: 3.1.4
Environment: windowxp, jdk 1.5.0_14,tomcat 5.5.25,eclipse3.3
Reporter: jessie
when set selection,it's wrong:
<h:form>
<rich:orderingList id="orderList_jessie" orderControlsVisible="true"
var="localFile" fastOrderControlsVisible="true"
selection="#{taskBean.fileListSelected}" value="#{taskBean.fileList}"
listWidth="250px" listHeight="260px" converter="AttachFileConverter">
<rich:column>
<h:graphicImage value="#{localFile.iconPath}"></h:graphicImage>
<h:outputText value="#{localFile.name}" style="font-size:13px;"></h:outputText>
</rich:column>
</rich:orderingList>
<h:commandButton action="#{taskBean.deleteLocalFile}" value="Delete Selected Ones"></h:commandButton>
<h:messages showDetail="true" showSummary="true"></h:messages>
</h:form>
--
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
17 years, 11 months
[JBoss JIRA] Created: (RF-2435) Very slow rich:datascroller with large data sets displayed in rich:datatable
by Mareks Malnacs (JIRA)
Very slow rich:datascroller with large data sets displayed in rich:datatable
----------------------------------------------------------------------------
Key: RF-2435
URL: http://jira.jboss.com/jira/browse/RF-2435
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Environment: JSF RI 1.2, Java 6, Solaris x86, Glassfish 9, Intel Core 2 Duo 2.6GHz system
Reporter: Mareks Malnacs
Loading datatable with more than 400 rows in it and using datascroller to paginate the table, each click on datascroller takes up to 20 sec. to show selected page. DataModel used by datatable is built to return only selected range of data from EJBs/session bean. Simple datatable pager (as in Core Java Server Faces book) for the same amount of data (and using same "paginated" datamodel) is switching pages immediately without delay.
--
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
17 years, 11 months
[JBoss JIRA] Created: (RF-2413) Sorting feature doesn't work for dynamic columns(rich:columns).
by Mikhail Vitenkov (JIRA)
Sorting feature doesn't work for dynamic columns(rich:columns).
---------------------------------------------------------------
Key: RF-2413
URL: http://jira.jboss.com/jira/browse/RF-2413
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: IE6, IE7, FF, Safari
Reporter: Mikhail Vitenkov
Assigned To: Nick Belaevski
Priority: Critical
Step 1. Use following code for testing:
<rich:columns value="#{columns.data2}" var="d2" footerClass="#{style.footerClass}" headerClass="#{style.headerClass}" breakBefore="#{columns.breakBefore}" colspan="#{columns.colspan}"
columns="#{columns.columns}" index="index" rowspan="#{columns.rowspan}" sortable="#{columns.sortable}"
begin="#{columns.begin}" end="#{columns.end}" width="#{columns.width}" style="#{style.style}" styleClass="#{style.styleClass}" sortOrder="#{sortingAndFiltering.sortOrder}" sortExpression="#{d1.str0}" selfSorted="true">
<f:facet name="header" >
<h:outputText value="header #{d2.int0}"></h:outputText>
</f:facet>
<h:outputText value="#{index}. "></h:outputText>
<h:outputText value="#{d1.str0}, "></h:outputText>
<h:outputText value="#{d2.str0}"></h:outputText>
<h:outputLink value="http://www.jboss.com/"><f:verbatim>Link</f:verbatim></h:outputLink>
<f:facet name="footer">
<h:outputText value="footer #{d2.int0}"></h:outputText>
</f:facet>
</rich:columns>
Step 2. Navigate to page contained rich:dataTable with rich:columns listed in Step 1.
Step 3. Try to sort data defined in sortExpression attribute.
Actual behavior:
1) No one way leads to sorting data of rich:columns component. 2) I'm not sure that "sortBy" attribute should be absent for rich:columns.
--
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
17 years, 11 months
[JBoss JIRA] Created: (RF-2491) Sorting&Filtering doesn't work under win Vista IE7.
by Mikhail Vitenkov (JIRA)
Sorting&Filtering doesn't work under win Vista IE7.
---------------------------------------------------
Key: RF-2491
URL: http://jira.jboss.com/jira/browse/RF-2491
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: IE7(3.2.0.CR2)
Reporter: Mikhail Vitenkov
Assigned To: Nick Belaevski
Priority: Critical
Attachments: Sorting&FilteringIE7.png
Step 1. Navigate to page contained rich:dataTable with columns supported sorting & filtering features.
Step 2. Click on column's header(selfSorted="true") or enter any value into sorting input box & submit your changes.
Actual behavior:
Unknown black line appears in dataTable. Sortering & filtering features don't work. See Sorting&FilteringIE7.png
--
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
17 years, 11 months