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

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

Reply via email to