I added a checkbox in signup.jsp and let it be required (required="true"). I add a field (named as "yes") in User entity but mark it as transient and meanwhile define a key like user.yes=xxx in ApplicationResources. Next I add validation rule into User-validation like <field name="user.yes"> <field-validator type="required"> <message key="errors.required"/> </field-validator> </field> However 1. there is no required indicator (*) showing up on screen page. 2. this new rule is not invoked when I didn't check it and hit submit button. Any ideas? Thanks Yongping
-- View this message in context: http://www.nabble.com/Doubts-on-checkbox-tf4889061s2369.html#a13994015 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]