Index: trunk/src/grails-app/views/taskGroup/create.gsp
===================================================================
--- trunk/src/grails-app/views/taskGroup/create.gsp	(revision 21)
+++ trunk/src/grails-app/views/taskGroup/create.gsp	(revision 35)
@@ -32,5 +32,5 @@
                                 </td>
                                 <td valign="top" class="value ${hasErrors(bean:taskGroupInstance,field:'name','errors')}">
-                                    <input type="text" id="name" name="name" value="${fieldValue(bean:taskGroupInstance,field:'name')}"/>
+                                    <input type="text" maxlength="50" id="name" name="name" value="${fieldValue(bean:taskGroupInstance,field:'name')}"/>
                                 </td>
                             </tr> 
@@ -41,5 +41,5 @@
                                 </td>
                                 <td valign="top" class="value ${hasErrors(bean:taskGroupInstance,field:'description','errors')}">
-                                    <input type="text" id="description" name="description" value="${fieldValue(bean:taskGroupInstance,field:'description')}"/>
+                                    <input type="text" maxlength="100" id="description" name="description" value="${fieldValue(bean:taskGroupInstance,field:'description')}"/>
                                 </td>
                             </tr> 
Index: trunk/src/grails-app/views/taskGroup/edit.gsp
===================================================================
--- trunk/src/grails-app/views/taskGroup/edit.gsp	(revision 21)
+++ trunk/src/grails-app/views/taskGroup/edit.gsp	(revision 35)
@@ -34,5 +34,5 @@
                                 </td>
                                 <td valign="top" class="value ${hasErrors(bean:taskGroupInstance,field:'name','errors')}">
-                                    <input type="text" id="name" name="name" value="${fieldValue(bean:taskGroupInstance,field:'name')}"/>
+                                    <input type="text" maxlength="50" id="name" name="name" value="${fieldValue(bean:taskGroupInstance,field:'name')}"/>
                                 </td>
                             </tr> 
@@ -43,5 +43,5 @@
                                 </td>
                                 <td valign="top" class="value ${hasErrors(bean:taskGroupInstance,field:'description','errors')}">
-                                    <input type="text" id="description" name="description" value="${fieldValue(bean:taskGroupInstance,field:'description')}"/>
+                                    <input type="text" maxlength="100" id="description" name="description" value="${fieldValue(bean:taskGroupInstance,field:'description')}"/>
                                 </td>
                             </tr> 
