| Author |
Problem:When two users submit the form concurrently.One of the form is not getting submitted.
|
Megha Rmm
Greenhorn
Joined: Sep 14, 2010
Posts: 2
|
|
Hi,
I have designed a page in my application which has a treeview. Upon selection from the tree view if two different users click next button at the same time. One of the form is getting submitted but not the other.
I bundled the PhaseTracker.jar(logs the jsf lifecycle info per request) in my war file and deployed on the server.It showed me that the jsf life cycle is getting completed for both the requests. But still one of my form didnot get submitted as a result my eventhandler for the next button didnot get hit.
Please help me to track the issue.
Megha
|
 |
Adrian Mitev
Greenhorn
Joined: Sep 15, 2010
Posts: 10
|
|
|
Two users with different sessions?
|
 |
Megha Rmm
Greenhorn
Joined: Sep 14, 2010
Posts: 2
|
|
|
Thanks for the reply.Yes two users with different sessions.
|
 |
 |
|
|
subject: Problem:When two users submit the form concurrently.One of the form is not getting submitted.
|
|
|