Posted By:
Stephen_McConnell
Posted On:
Tuesday, June 17, 2008 10:30 AM
You may have to use JavaScript to do this. Your button would go to a JavaScript routine that would search the DOM for those items you wish to disable.... Then, you would set the particular attribute in that item to "disable". This article refers to JSTL, but it applies the same:
Enabling/Disabling Controls.
Stephen McConnell