You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by at...@apache.org on 2007/06/15 02:11:42 UTC

svn commit: r547459 - /incubator/wicket/branches/wicket-1.3-portlet-support/jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/portlet.xml

Author: ate
Date: Thu Jun 14 17:11:41 2007
New Revision: 547459

URL: http://svn.apache.org/viewvc?view=rev&rev=547459
Log:
Small typo fix

Modified:
    incubator/wicket/branches/wicket-1.3-portlet-support/jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/portlet.xml

Modified: incubator/wicket/branches/wicket-1.3-portlet-support/jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/portlet.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.3-portlet-support/jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/portlet.xml?view=diff&rev=547459&r1=547458&r2=547459
==============================================================================
--- incubator/wicket/branches/wicket-1.3-portlet-support/jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/portlet.xml (original)
+++ incubator/wicket/branches/wicket-1.3-portlet-support/jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/portlet.xml Thu Jun 14 17:11:41 2007
@@ -635,7 +635,7 @@
     <portlet-class>org.apache.wicket.protocol.http.portlet.WicketPortlet</portlet-class>
     <init-param>
       <name>wicketFilterPath</name>
-      <value>/welocity</value>
+      <value>/velocity</value>
     </init-param>
     <supports>
       <mime-type>*/*</mime-type>