[JBoss JIRA] Created: (RF-3495) modal panel in dev guide
by Ilya Shaikovsky (JIRA)
modal panel in dev guide
------------------------
Key: RF-3495
URL: http://jira.jboss.com/jira/browse/RF-3495
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Reporter: Ilya Shaikovsky
Assigned To: Svetlana mukhina
Fix For: 3.2.1
FIRST ISSUE
6.62.5. Details of Usage
At first in the Important: section add next phrase in the very end:
"(So, no form should be around the modal panel in this case)"
And in first example remove form element from the snippet.
This causes error, customers forgot that no for should be around when one inside.
SECOND
please use new ways of calling panel described at livedemo modal panel page. Richfaces.showModalPanel() still alive but not preferable to use.
--
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, 7 months
[JBoss JIRA] Created: (RF-4057) Sorting: sorting indicators are not changed after sort was applied.
by Alexander Dubovsky (JIRA)
Sorting: sorting indicators are not changed after sort was applied.
-------------------------------------------------------------------
Key: RF-4057
URL: https://jira.jboss.org/jira/browse/RF-4057
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: 3.2.2.BETA2
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Priority: Minor
# Click on header of any scrollable column
# Check sort indicator in header
Result: it was not changed
# Submit page
Result: sort indicator got correct view.
Expected result: sort indicator should get correct value as soon as sorting was applied.
Source:
<rich:dataTable id="dataTableId" value="#{dataScroller.dataTable}" var="dT" >
<rich:column sortBy="#{dT.str0}" selfSorted="#{dataScroller.selfSorted}">
<f:facet name="header">
<h:outputText value="type" />
</f:facet>
<h:outputText value="#{dT.str0}" />
</rich:column>
<rich:column sortBy="#{dT.int0}" selfSorted="#{dataScroller.selfSorted}">
<f:facet name="header">
<h:outputText value="value" />
</f:facet>
<h:outputText value="#{dT.int0} " />
</rich:column>
</rich:dataTable>
--
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
17 years, 7 months