FormSession.getFormSessionAttribute

Returns the value of the form session attribute named by attributeName. See #getFormSessionId() for information on form sessions.

Note that this method returns the state of the object at the time of calling setFormSessionAttribute(), any changes made to the saved object after this point will not be reflected in the object returned by this method.

returns java.lang.Object

Parameters

java.lang.String  attributeName,