XPages: Validation for Radio Buttons, Check Boxes and List Boxes: Part Six
Option Four Option Four seems quite convoluted, but is essentially a simple principle. We use server-side javascript in the beforePageLoad event to set viewScope variables for each of the radio button, check box and list box mandatory questions we want to check against. We then use the onClick event to trigger a partial refresh and […]
XPages: Validation for Radio Buttons, Check Boxes and List Boxes: Part Six Read More »