One thought... You can use divs with z-index layering to accomplish this task. This will allow you to use a transparent div on top of page (essentially functioning as the glass pane in a Swing application).
On 3/30/07, Julien Martin <[EMAIL PROTECTED]> wrote:
Hello all, I am wondering if it is possible to make sure that no user input is possible/allowed whilst the server is processing in other words when the "startText" of the a4j:status is displayed. Do I need some sort of a modal component? Any best practice one of you could advise? How can I disable all of the screen whilst the ajax request is processing?? Thanks in advance, Julien.

