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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Jan 19 15:29:04 EST 2009


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