You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2005/09/21 15:42:47 UTC

svn commit: r290694 - /incubator/roller/branches/roller_2.0/src/org/roller/presentation/website/actions/YourWebsitesAction.java

Author: snoopdave
Date: Wed Sep 21 06:42:43 2005
New Revision: 290694

URL: http://svn.apache.org/viewcvs?rev=290694&view=rev
Log:
oops, bad forward  name

Modified:
    incubator/roller/branches/roller_2.0/src/org/roller/presentation/website/actions/YourWebsitesAction.java

Modified: incubator/roller/branches/roller_2.0/src/org/roller/presentation/website/actions/YourWebsitesAction.java
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/src/org/roller/presentation/website/actions/YourWebsitesAction.java?rev=290694&r1=290693&r2=290694&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/src/org/roller/presentation/website/actions/YourWebsitesAction.java (original)
+++ incubator/roller/branches/roller_2.0/src/org/roller/presentation/website/actions/YourWebsitesAction.java Wed Sep 21 06:42:43 2005
@@ -30,7 +30,7 @@
  * Allows user to view and pick from list of his/her websites.
  * 
  * @struts.action path="/editor/yourWebsites" name="yourWebsitesForm" parameter="method"
- * @struts.action-forward name="yourWebsites.page" path=".yourWebsites"
+ * @struts.action-forward name="yourWebsites.page" path=".YourWebsites"
  */
 public class YourWebsitesAction extends DispatchAction
 {