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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to