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/create.gsp

    r21 r35  
    3232                                </td>
    3333                                <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')}"/>
    3535                                </td>
    3636                            </tr>
     
    4141                                </td>
    4242                                <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')}"/>
    4444                                </td>
    4545                            </tr>
Note: See TracChangeset for help on using the changeset viewer.