| Author |
View state couldn't be restored
|
Bhaskar GR
Greenhorn
Joined: Jun 13, 2008
Posts: 28
|
|
|
Iam getting this problem in jsf while using ajax4jsf for event onmouseover and onmouseout for <h:commandLink>.If we go slowly not getting error.if we move mouse fastly then this error is coming.Looking forward for reply.
|
 |
Bhaskar GR
Greenhorn
Joined: Jun 13, 2008
Posts: 28
|
|
I got the solution we have to write <context-param> <param-name>javax.faces.STATE_SAVINGS_METHOD</param-name> <param-value>client</param-value> </context-param>
|
 |
 |
|
|
subject: View state couldn't be restored
|
|
|