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
MrutyunjayMrutyunjay 

Disable require field validation when use actionsupport in apex:selectList

Action support for select list is not fired untill require field is filled.
I have used require attribute= true in inputfield.and immidiate=true in action support
Is there any solution without fill require field i can fire ajax or action support event
boihueboihue
If you set the Require attribute to true, the field must be filled before any action will be fired.
mtbclimbermtbclimber
Unless you use actionRegion to control what is included in the postback. Check out this article for an explanation of actionRegion in an example similar to what you've described (replace inputfield with selectList)