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

actionSupport inside selectList
Hi,
Please have a look at this code:-
<apex:panelGrid id="selectAdd">
<apex:selectList id="fld1" value="{!selectedVal}" multiselect="false" size="1" >
<apex:selectOptions id="selectAddOption" value="{!addressOptions}"/>
<apex:actionSupport event="onselect" action="{!pickListProcess} rerender="errorPanel,
addressPanel" status="SearchStatus immediate="true"/>
</apex:selectList>
</apex:panelGrid>
I am trying to obtain the value of selected picklist option (selectedVal ) in controller method - pickListProcess. But i always get it as null... anyother way to achieve this?
Thanks in anticipation...
i found out the issue. There was problem with the picklists' label and value strings which I was populating in my controller class.
All Answers
I can see this error in my error logs:-
i found out the issue. There was problem with the picklists' label and value strings which I was populating in my controller class.
hii..
Even i also face same problem.can u elobaorate ur solution which u write in solution.
what problem u had in picklist label and string values.
thanks