Index: trunk/grails-app/views/taskDetailed/create.gsp
===================================================================
--- trunk/grails-app/views/taskDetailed/create.gsp	(revision 213)
+++ trunk/grails-app/views/taskDetailed/create.gsp	(revision 214)
@@ -51,5 +51,5 @@
                                 </td>
                                 <td valign="top" class="value ${hasErrors(bean:taskInstance,field:'targetStartDate','errors')}">
-                                    <richui:dateChooser name="targetStartDate" format="dd-MM-yyyy" value="${new Date()}" />
+                                    <richui:dateChooser name="targetStartDate" format="dd-MM-yyyy" value="${taskInstance.targetStartDate}" />
                                     <g:helpBalloon class="helpballoon" code="task.targetStartDate" />
                                 </td>
@@ -61,5 +61,5 @@
                                 </td>
                                 <td valign="top" class="value ${hasErrors(bean:taskInstance,field:'targetCompletionDate','errors')}">
-                                    <richui:dateChooser name="targetCompletionDate" format="dd-MM-yyyy" value="${new Date()}" />
+                                    <richui:dateChooser name="targetCompletionDate" format="dd-MM-yyyy" value="${taskInstance.targetCompletionDate}" />
                                     <g:helpBalloon class="helpballoon" code="task.targetCompletionDate" />
                                 </td>
Index: trunk/grails-app/views/taskDetailed/searchCalendar.gsp
===================================================================
--- trunk/grails-app/views/taskDetailed/searchCalendar.gsp	(revision 213)
+++ trunk/grails-app/views/taskDetailed/searchCalendar.gsp	(revision 214)
@@ -38,5 +38,11 @@
                 <filterpane:filterButton text="Advanced" appliedText="Advanced" />
             </div>
-            <richui:calendarMonthView items="${taskInstanceList}" createLink="true" constraintDateFields="['targetStartDate']" month="${new Date()}" controller="taskDetailed" action="show" />
+            <richui:calendarMonthView items="${taskInstanceList}"
+                                                                    createLink="true"
+                                                                    constraintDateFields="['targetStartDate']"
+                                                                    month="${new Date()}"
+                                                                    controller="taskDetailed"
+                                                                    action="show"
+                                                                    dayAction="create"/>
             <filterpane:filterPane domainBean="Task"
                                     title="Advanced Search"
