[JBoss JIRA] Created: (RF-9851) accordion: wrong decode behavior
by Ilya Shaikovsky (JIRA)
accordion: wrong decode behavior
--------------------------------
Key: RF-9851
URL: https://jira.jboss.org/browse/RF-9851
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 4.0.0.Milestone4
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Priority: Critical
<h:form>
<rich:accordion switchType="client">
<rich:accordionItem header="Overview:">
<h:inputText value="#{userBean.name}" />
</rich:accordionItem>
<rich:accordionItem header="JSF 2 and RichFaces 4:">
<h:inputText value="#{userBean.email}" />
</rich:accordionItem>
</rich:accordion>
<h:commandButton />
<h:outputText value="#{userBean.name}" />
<h:outputText value="#{userBean.email}" />
<h:messages />
</h:form>
two critical issues there:
1)
a) enter something into input at default item
b) switch to second
c) enter something to input there
d) click submit
RESULT - nothing being encoded for outputText's
2)
a) enter something into input at default item
b) switch to second
c) enter something to input there
d) return to default tab(in order current item to be in sync with server side current)
e) click submit
RESULT - only one typed message encoded.
need to verify for all the switchables.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (RF-9812) Metamer - a4j:repeat - Matrix sample - can't keep data after rerender (MyFaces)
by Lukas Fryc (JIRA)
Metamer - a4j:repeat - Matrix sample - can't keep data after rerender (MyFaces)
-------------------------------------------------------------------------------
Key: RF-9812
URL: https://jira.jboss.org/browse/RF-9812
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone4
Environment: RichFaces 4.0.0-SNAPSHOT r.20025
Metamer 4.0.0-SNAPSHOT r.20030
Apache MyFaces JSF-2.0 Core Impl 2.0.2
Apache Tomcat 6.0.29
OpenJDK Runtime Environment 1.6.0_18-b18 @ Linux
Chrome 7.0.517.44 @ Linux x86_64
Reporter: Lukas Fryc
I found that this sample is acting bit different in Mojarra 2.0.3-FCS in MyFaces 2.0.2.
The problem is that MyFaces calls @PostConstruct in this case, but there is no reason for doing that since ManagedBean is declared as @ViewScoped.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months