Ignore:
Timestamp:
Jan 26, 2009, 5:26:11 AM (15 years ago)
Author:
gav
Message:

Adjusted constraints and regen-all for Person/Group/Type? and Task/Group?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/grails-app/views/taskGroup/edit.gsp

    r21 r35  
    3434                                </td>
    3535                                <td valign="top" class="value ${hasErrors(bean:taskGroupInstance,field:'name','errors')}">
    36                                     <input type="text" id="name" name="name" value="${fieldValue(bean:taskGroupInstance,field:'name')}"/>
     36                                    <input type="text" maxlength="50" id="name" name="name" value="${fieldValue(bean:taskGroupInstance,field:'name')}"/>
    3737                                </td>
    3838                            </tr>
     
    4343                                </td>
    4444                                <td valign="top" class="value ${hasErrors(bean:taskGroupInstance,field:'description','errors')}">
    45                                     <input type="text" id="description" name="description" value="${fieldValue(bean:taskGroupInstance,field:'description')}"/>
     45                                    <input type="text" maxlength="100" id="description" name="description" value="${fieldValue(bean:taskGroupInstance,field:'description')}"/>
    4646                                </td>
    4747                            </tr>
Note: See TracChangeset for help on using the changeset viewer.