You need to sign in to do that
Don't have an account?
SImmy
please help on this ! how to pass values to apex controller ?
<td> <select data-style="" class="selectpicker form-control" name="multipleSelected" id="multipleSelected" multiple="multiple"> <apex:repeat value="{!MedicalAllergies}" var="itm"> <option value="{!itm.label}">{!itm.label} </option> </apex:repeat> </select> </td>
Use this code this will help you.
Apex Class: Visuaforce Page:
Regards,
Soyab
Use this code this will help you.
Apex Class: If you found it useful please appreciate my efforts and mark it as the best answer.
LinkedIn: https://www.linkedin.com/in/soyab-hussain-b380b1194/
Regards,
Soyab