[JBoss JIRA] Created: (RF-4758) rich:datatable sorting all tables when they are in a a4j:repeat
by Leonardo Bernardelli (JIRA)
rich:datatable sorting all tables when they are in a a4j:repeat
---------------------------------------------------------------
Key: RF-4758
URL: https://jira.jboss.org/jira/browse/RF-4758
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: Jboss 4.2.2 Jboss seam 2.0.2GA firefox 3.0.3 IE 6
Reporter: Leonardo Bernardelli
I have a <rich:datatable> into a <a4j:repeat> tag, when a I sort a column in a table, all tables are being sorted.
Code Example:
<a4j:repeat id="containers" value="#{personContainerController.listPersonContainerByCommunityAndSpaceAcronym(identity.currentCommunity, page)}" var="container" rowKeyVar="rowCount">
<h:form id="yellowPagesList" styleClass="inline">
<s:div id="div-list-id" styleClass="div-list" rendered="#{identity.hasPermission(constantsUtil.getEventKey('LIST_PROFILE_EVENT_KEY'), identity.currentCommunity)}">
<rich:dataTable id="listPerson#{container.id}" value="#{personController.listActivePersonByPersonContainerPrefix(container, param['initialLetter'])}" var="person"
cellspacing="2px"
styleClass="table div-table-list"
rowClasses="table-row-background-gray table-row-background-gray-spacing,table-row-background-white table-row-background-white-spacing">
<rich:column id="col1#{container.id}" headerClass="table-title table-title-spacing" sortBy="#{person.name}" >
<f:facet id="tit1" name="header">
<h:outputText value="#{container.role.name} (#{personController.getPeopleListFromMap(container).size})" />
</f:facet>
<h:graphicImage value="#{person.contractType.imageURL}" />
<rich:spacer width="5" />
<s:link id="viewPersonName" value="#{person.name}" action="viewProfile">
<f:param value="#{person.id}" name="personId" />
</s:link>
</rich:column>
<rich:column id="col2#{container.id}" headerClass="table-title table-title-spacing" sortBy="#{person.key}">
<f:facet id="tit2" name="header">
<h:outputText value="#{messages['person.key']}" />
</f:facet>
<s:link id="viewPersonKey" value="#{person.key}" action="viewProfile">
<f:param value="#{person.id}" name="personId" />
</s:link>
</rich:column>
<rich:column id="col3#{container.id}" headerClass="table-title table-title-spacing" sortBy="#{person.nickname}">
<f:facet name="header">
<h:outputText value="#{messages['person.nickname']}" />
</f:facet>
<s:link id="viewPersonNickName" value="#{person.nickname}" action="viewProfile">
<f:param value="#{person.id}" name="personId" />
</s:link>
</rich:column>
<rich:column id="col4#{container.id}" headerClass="table-title table-title-spacing" sortBy="#{person.operationArea}">
<f:facet name="header">
<h:outputText value="#{messages['person.operationArea']}" />
</f:facet>
<h:outputText value="#{person.operationArea}" />
</rich:column>
</rich:dataTable>
</s:div>
</h:form>
</a4j:repeat>
--
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
16 years, 10 months
[JBoss JIRA] Created: (RF-3955) dataFilterSlider:following handlers doesn't work for the component:"onSlideSubmit", "onmousemove", "ondblclick", "onmouseout", "onkeyup", "onkeypress", "onkeydown", "onchange", "onmouseover", "onslide", "onerror", "onmouseup", "onclick","onmousedown","onSlideSubmit"
by Mikhail Vitenkov (JIRA)
dataFilterSlider:following handlers doesn't work for the component:"onSlideSubmit","onmousemove","ondblclick","onmouseout","onkeyup","onkeypress","onkeydown","onchange","onmouseover","onslide","onerror","onmouseup", "onclick","onmousedown","onSlideSubmit"
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: RF-3955
URL: https://jira.jboss.org/jira/browse/RF-3955
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: ie6, ie7, ff 3.0, safari 3.1, opera 9.5(3.2.2.BETA1)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
--
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
16 years, 10 months
[JBoss JIRA] Created: (RF-4697) Real-world demo application
by Nick Belaevski (JIRA)
Real-world demo application
---------------------------
Key: RF-4697
URL: https://jira.jboss.org/jira/browse/RF-4697
Project: RichFaces
Issue Type: Feature Request
Components: planning, planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Andrey Markhel
Fix For: 3.3.0
List of components to use:
RichFaces Framework Core (a4j: prefix)
- support
- status
- region
- commandLink
- poll
- push
RichFaces Components (rich: prefix)
- modalPanel
- dataTable
- datascroller
- inplaceInput
- inplaceSelect
- effect
- graphValidator
- beanValidator
- panel
- context menu
- panelMenu
- panelbar
- simpleTogglePanel
- calendar
- message
- messages
- listShuttle
- orderingList
- dragSupport
- dropSupport
- dragIndicator
- dndParam
- file upload
- tree
--
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
16 years, 10 months