Changeset 100
- Timestamp:
- 02/07/06 10:38:37
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/webclient/war/docs/emitPublicCalendars.jsp
r98 r100 10 10 toScope="session" /> 11 11 <%@include file="/docs/emitCalendar.jsp"%> 12 13 <%-- old 2.3 code: keep for a short while14 <logic:present name="calForm" property="publicCalendars" >15 <bean:define id="calendars" name="calForm" property="publicCalendars" />16 <logic:iterate id="calendar" name="calendars" >17 <bean:define id="curCal" name="calendar" toScope="request" />18 <jsp:include page="subcalendars.jsp" />19 </logic:iterate>20 </logic:present>21 --%>22 12 </calendars> 23 13
