[richfaces-issues] [JBoss JIRA] Resolved: (RF-9851) accordion: wrong decode behavior

Alex Kolonitsky (JIRA) jira-events at lists.jboss.org
Wed Dec 8 07:18:31 EST 2010


     [ https://jira.jboss.org/browse/RF-9851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Kolonitsky resolved RF-9851.
---------------------------------

    Resolution: Done


> 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: Alex Kolonitsky
>            Priority: Critical
>             Fix For: 4.0.0.Milestone5
>
>
> 	<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

        


More information about the richfaces-issues mailing list