Changeset 35 for trunk/src/grails-app/views/taskGroup/create.gsp
- Timestamp:
- Jan 26, 2009, 5:26:11 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/grails-app/views/taskGroup/create.gsp
r21 r35 32 32 </td> 33 33 <td valign="top" class="value ${hasErrors(bean:taskGroupInstance,field:'name','errors')}"> 34 <input type="text" id="name" name="name" value="${fieldValue(bean:taskGroupInstance,field:'name')}"/>34 <input type="text" maxlength="50" id="name" name="name" value="${fieldValue(bean:taskGroupInstance,field:'name')}"/> 35 35 </td> 36 36 </tr> … … 41 41 </td> 42 42 <td valign="top" class="value ${hasErrors(bean:taskGroupInstance,field:'description','errors')}"> 43 <input type="text" id="description" name="description" value="${fieldValue(bean:taskGroupInstance,field:'description')}"/>43 <input type="text" maxlength="100" id="description" name="description" value="${fieldValue(bean:taskGroupInstance,field:'description')}"/> 44 44 </td> 45 45 </tr>
Note: See TracChangeset
for help on using the changeset viewer.