[Bedework-commit] r384 - trunk/calendar3/webclient/war/docs/calendar

svnadmin at bedework.org svnadmin at bedework.org
Wed Apr 19 13:43:53 EDT 2006


Author: johnsa
Date: 2006-04-19 13:43:53 -0400 (Wed, 19 Apr 2006)
New Revision: 384

Modified:
   trunk/calendar3/webclient/war/docs/calendar/displayCalendarCommon.jsp
Log:
fixed current calendar xml generation (was calling the wrong calendar...typo); now need to generate access.

Modified: trunk/calendar3/webclient/war/docs/calendar/displayCalendarCommon.jsp
===================================================================
--- trunk/calendar3/webclient/war/docs/calendar/displayCalendarCommon.jsp	2006-04-19 17:36:51 UTC (rev 383)
+++ trunk/calendar3/webclient/war/docs/calendar/displayCalendarCommon.jsp	2006-04-19 17:43:53 UTC (rev 384)
@@ -4,12 +4,12 @@
 
 <bean:define id="curcal" name="calForm" property="calendar"/>
 <currentCalendar>
-  <id><bean:write name="calendar" property="id" /></id>
-  <bw:emitText name="calendar" property="name" />
-  <bw:emitText name="calendar" property="path" />
-  <bw:emitText name="calendar" property="description" tagName="desc" />
-  <calendarCollection><bean:write name="calendar" property="calendarCollection" /></calendarCollection>
-  <bw:emitText name="calendar" property="mailListId" />
-  <bw:emitCurrentPrivs name="calendar" property="currentAccess" />
-  <bw:emitAcl name="calendar" property="currentAccess" />
+  <id><bean:write name="curcal" property="id" /></id>
+  <bw:emitText name="curcal" property="name" />
+  <bw:emitText name="curcal" property="path" />
+  <bw:emitText name="curcal" property="description" tagName="desc" />
+  <calendarCollection><bean:write name="curcal" property="calendarCollection" /></calendarCollection>
+  <bw:emitText name="curcal" property="mailListId" />
+  <bw:emitCurrentPrivs name="curcal" property="currentAccess" />
+  <bw:emitAcl name="curcal" property="currentAccess" />
 </currentCalendar>



More information about the Bedework-commit mailing list