function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Arun BalaArun Bala 

Action support and the immediate tag ...

Hello Folks,
I also visited previous posts in the forum on this issue, it didnt help much so far. The outputPanel is not getting reRendered when the actionSupport executes a function. This happens esp. when I define the immediate="true".

Any hints folks ?


Thanks
TehNrdTehNrd
If immediate="true" the rerender will not occur. There is more detail in this thread:

http://community.salesforce.com/sforce/board/message?board.id=Visualforce&message.id=2210&query.id=131075#M2210

If you need to perform some type of action but field validation rules (requiredness) is stopping you look into the actionRegion component.


Message Edited by TehNrd on 12-16-2008 02:42 PM
Arun BalaArun Bala
Hi TehNrd,
I greatly appreciate your response.Using a actionRegion did the trick. Your thread was awesome !!