xlawrence 2005/03/04 18:41:15 CET
Modified files:
calClient/webapp/uiclient/src/webapp/WEB-INF web.xml
calClient/webapp/uiclient/src/webapp/docs header.jsp
Log:
updated
Revision Changes Path
1.14 +1 -1
uwcal_JSR168/calClient/webapp/uiclient/src/webapp/WEB-INF/web.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/calClient/webapp/uiclient/src/webapp/WEB-INF/web.xml.diff?r1=1.13&r2=1.14&f=h
1.4 +2 -2
uwcal_JSR168/calClient/webapp/uiclient/src/webapp/docs/header.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/calClient/webapp/uiclient/src/webapp/docs/header.jsp.diff?r1=1.3&r2=1.4&f=h
Index: web.xml
===================================================================
RCS file:
/home/cvs/repository/uwcal_JSR168/calClient/webapp/uiclient/src/webapp/WEB-INF/web.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- web.xml 2 Mar 2005 13:38:47 -0000 1.13
+++ web.xml 4 Mar 2005 17:41:14 -0000 1.14
@@ -56,7 +56,7 @@
</init-param>
<init-param>
<param-name>attributePrefix</param-name>
- <param-value>org.uwcal.portlet.DemoCal</param-value>
+ <param-value>org.uwcal.portlet.DemoUserCal</param-value>
</init-param>
</filter>
Index: header.jsp
===================================================================
RCS file:
/home/cvs/repository/uwcal_JSR168/calClient/webapp/uiclient/src/webapp/docs/header.jsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- header.jsp 3 Mar 2005 14:13:23 -0000 1.3
+++ header.jsp 4 Mar 2005 17:41:15 -0000 1.4
@@ -112,7 +112,7 @@
Use this value to prefix calls to the application actions in your
XSLT.
e.g. <a href="{$urlPrefix}/eventView.do?eventId=8">View Event</a>
--%>
<urlpattern><genurl:rewrite action="DUMMYACTION.DO" /></urlpattern>
- <actionUrlPrefixes>
+ <urlPrefixes>
<%-- render urls --%>
<initialise><genurl:rewrite forward="initialise"/></initialise>
<showCals><genurl:rewrite forward="showCals"/></showCals>
@@ -134,7 +134,7 @@
<editLocation><genurl:rewrite action="editLoc.do"/></editLocation>
<delLocation><genurl:rewrite action="delLocation.do"/></delLocation>
<subscribe><genurl:rewrite action="subscribe.do"/></subscribe>
- </actionUrlPrefixes><%--
+ </urlPrefixes><%--
actionUrlPrefixes are used to generate appropriately encoded urls for
calls into the application; these are required for use within
portals --%>
<confirmationid><bean:write name="calForm"
property="confirmationId"/></confirmationid><%--