]
Nick Belaevski resolved RF-5830.
--------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: 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: Tsikhon Kuprevich
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: