You need to sign in to do that
Don't have an account?

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
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
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
I greatly appreciate your response.Using a actionRegion did the trick. Your thread was awesome !!