Changeset 384

Show
Ignore:
Timestamp:
04/19/06 13:43:53
Author:
johnsa
Message:

fixed current calendar xml generation (was calling the wrong calendar...typo); now need to generate access.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/webclient/war/docs/calendar/displayCalendarCommon.jsp

    r383 r384  
    55<bean:define id="curcal" name="calForm" property="calendar"/> 
    66<currentCalendar> 
    7   <id><bean:write name="calendar" property="id" /></id> 
    8   <bw:emitText name="calendar" property="name" /> 
    9   <bw:emitText name="calendar" property="path" /> 
    10   <bw:emitText name="calendar" property="description" tagName="desc" /> 
    11   <calendarCollection><bean:write name="calendar" property="calendarCollection" /></calendarCollection> 
    12   <bw:emitText name="calendar" property="mailListId" /> 
    13   <bw:emitCurrentPrivs name="calendar" property="currentAccess" /> 
    14   <bw:emitAcl name="calendar" property="currentAccess" /> 
     7  <id><bean:write name="curcal" property="id" /></id> 
     8  <bw:emitText name="curcal" property="name" /> 
     9  <bw:emitText name="curcal" property="path" /> 
     10  <bw:emitText name="curcal" property="description" tagName="desc" /> 
     11  <calendarCollection><bean:write name="curcal" property="calendarCollection" /></calendarCollection> 
     12  <bw:emitText name="curcal" property="mailListId" /> 
     13  <bw:emitCurrentPrivs name="curcal" property="currentAccess" /> 
     14  <bw:emitAcl name="curcal" property="currentAccess" /> 
    1515</currentCalendar>