I FOUND IT. Apparently it's not possible to modify the DOM during the request. But when it's over we can do it:

Here's the code:

<script type="text/javascript" language="javascript">
dojo.event.topic.subscribe("/disableAll" , function(data , type, request) {
     if (type == 'load') {
        disableInputs(true);
     }
});
</script>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to