hi all,
i have country dropdown list in that i need to set the united states as a selected option,can any tell me how to set the default country code.
regards,
anil kumar e
hi all,
i have country dropdown list in that i need to set the united states as a selected option,can any tell me how to set the default country code.
regards,
anil kumar e
hi Anil,
to capture the value from the dropdown list, you will assign the value to a bean(string). if so, in the initilize method of that view assing the value united states to that bean(string). so when ever that page initilizes, united states value will be default.
Regards,
Sunil Kumar N
9731004527
Hi Anil,
The solution sunil has suggested should do for you.
If not, can you please let us know what exactly you want.