Re: How to render HTML in Form Tag Label?

2010-06-28 Thread David Lu
s:checkbox and add text after checkbox in any form You like. Best greetings, Paweł Wielgus. 2010/6/24 David Lu: Hi All, As part of a registration form, I want to have a checkbox that lets the user agree to some terms: ( ) I agree to the _Terms of Service_ Where _Terms of Service_ should b

Re: different validate's() for different actions in java class

2010-06-24 Thread David Lu
I think having separate classes would be better. If the validations are almost the same, i.e. one for "Add" and one for "Update" of the same object, then perhaps you can have just one action extend another and they can share some common validation code in a method defined in the base action. O

How to render HTML in Form Tag Label?

2010-06-23 Thread David Lu
Hi All, As part of a registration form, I want to have a checkbox that lets the user agree to some terms: ( ) I agree to the _Terms of Service_ Where _Terms of Service_ should be a link to another page with some legal mumbo jumbo. The obvious code is: Unfortunately the HTML for is encode