Hi, this does not prevent for submitting two requests for *two* components; try out my example:
<tr:inputText text="first" partialSubmit="true" /> <tr:selectOneChoice text="second partialSubmit="true" /> - type some text into inputText (wait some time on server) - click and select on item in selectOneChoice; the selectBox opens *although* the request is currently processed on the server and the browser shoud be blocked. - the browser submits a second submit; a second thread in the server processes this submit and sends a response - your data within the session are inconsistent! It took us a lot of time to find this out, because there were unexplainable exceptions in production ;-) -- View this message in context: http://old.nabble.com/double-click-problem-in-JSF-tp29569348p29757470.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

