| Author |
Invoke application phase is being called multiple times
|
vijaykrishnan ragavan
Greenhorn
Joined: Sep 09, 2011
Posts: 4
|
|
Hello all,
We are running on a wierd scenario. We have a commandlink/button on our page and whenever user clicks on it the action method is being called multiple times. This is happening in clustered environment only.
We are using JSF 1.2,Websphere portal 6.2. Also the following we tried
enableHighCompatibility to true
fc.renderResponse after the action method is completed. Just to make the framework understand that action is done , please render the page
But the above 2 has made maximum to call once but still we have some scenarios which is calling multiple times the action method in the backing bean.
Kindly suggest
|
Thanks and Regards
Vijay
|
 |
vijaykrishnan ragavan
Greenhorn
Joined: Sep 09, 2011
Posts: 4
|
|
Can someone give an insight on this please?
Vijay
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
|
I don't have any insight, but since you said it only happens in clustered environments, my first guess would be that the clustering wasn't set up right.
|
 |
vijaykrishnan ragavan
Greenhorn
Joined: Sep 09, 2011
Posts: 4
|
|
|
No the clustering is correct. Because the same portlets other actions are working good.
|
 |
 |
|
|
subject: Invoke application phase is being called multiple times
|
|
|