-
IB JSF Implementation (2 messages)
- Posted by: Kiran Gundurao
- Posted on: July 21 2006 11:24 EDT
Has anyone used IBM JSF Implementation. I am facing an issue with this implementation. When I click 15 times on CommandExButton, things work fine. The JSF life cycle goes through all the phases of the life cycle. But the 16th time, it fails to do so and goes through the following phases ENTERING : RESTORE_VIEW 1 /jsf/manualAdjustment.jsp /jsf/manualAdjustment.jsp EXITING : RESTORE_VIEW 1 ENTERING : RENDER_RESPONSE 6 /jsf/manualAdjustment.jsp creating new ManualAdjustmentAction returning: creating new button UITableData: Displaying NodeId: 1 /jsf/manualAdjustment.jsp EXITING : RENDER_RESPONSE 6 Is this a known bug?. If not is there an explanation for this? thanks KiranThreaded Messages (2)
- Maybe this... by Eugene Lucash on July 21 2006 14:43 EDT
- Re: Maybe this... by Kiran Gundurao on July 21 2006 23:21 EDT
-
Maybe this...[ Go to top ]
- Posted by: Eugene Lucash
- Posted on: July 21 2006 14:43 EDT
- in response to Kiran Gundurao
Maybe this is somehow related to number_of_views_in_session=15 I've seen something like that in implementation, somewhere... -
Re: Maybe this...[ Go to top ]
- Posted by: Kiran Gundurao
- Posted on: July 21 2006 23:21 EDT
- in response to Eugene Lucash
Thanks for the reply.. Is this parameter configurable? If yes, then where can we configure it? - Kiran