[richfaces-issues] [JBoss JIRA] Work started: (RF-5830) Messages: NPE serializing component state

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Jan 20 08:49:13 EST 2009


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

Work on RF-5830 started by Nick Belaevski.

> Messages: NPE serializing component state
> -----------------------------------------
>
>                 Key: RF-5830
>                 URL: https://jira.jboss.org/jira/browse/RF-5830
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>            Reporter: Nick Belaevski
>            Assignee: Nick Belaevski
>             Fix For: 3.3.1
>
>
> 1. Page code:
> 		<h:form>
> 			<rich:messages globalOnly="true" />
> 			
> 			<a4j:commandLink value="ReRender" action="#{forum5Bean.addMessage}"/>
> 		</h:form>
> 2. Action:
> 	public void addMessage() {
> 		FacesContext.getCurrentInstance().addMessage(null, new FacesMessage("message"));
> 	}
> 3. Client state saving
> Stack trace is on forum

-- 
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

        



More information about the richfaces-issues mailing list