Changeset 546 for trunk/grails-app/taglib
- Timestamp:
- Jun 9, 2010, 12:55:14 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy
r540 r546 1021 1021 attrs.description = ''; 1022 1022 } 1023 out << '<form id="' + attrs.name + '_form" >';1023 out << '<form id="' + attrs.name + '_form" onSubmit="return false;">'; 1024 1024 out << textField( 1025 1025 name: attrs.get("name"),
Note: See TracChangeset
for help on using the changeset viewer.