issues
search
malmostad
/
eservices-platform
The City of Malmö eServices plattform is used for creating applications using the services of a business process engine to coordinate multi user work at multiple locations.
GNU Affero General Public License v3.0
2
stars
2
forks
source link
Fix validation for check boxes in Orbeon
#36
Closed
bwrobert
closed
11 years ago
bwrobert
commented
11 years ago
You should NOT be able to submitt the form unless the checkbox is checked, if a checked checkbox is required
bwrobert
commented
11 years ago
SOLUTION
Associate a value with a checkbox, e g "approved".
Validate that the value exists (i e that the checkbox is checked) using the
Constraint
setting and the Xpath expression
contains(., "approved")