Author: keith Date: Sun Jun 1 04:41:55 2008 New Revision: 17720 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=17720
Log: Removing some left overs of struts Modified: trunk/mashup/java/modules/www/blank.html trunk/mashup/java/modules/www/index.html Modified: trunk/mashup/java/modules/www/blank.html URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/www/blank.html?rev=17720&r1=17719&r2=17720&view=diff ============================================================================== --- trunk/mashup/java/modules/www/blank.html (original) +++ trunk/mashup/java/modules/www/blank.html Sun Jun 1 04:41:55 2008 @@ -18,7 +18,6 @@ <body> <script> - window.location = "ResourceDetails.action?path=/"; </script> </body> Modified: trunk/mashup/java/modules/www/index.html URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/www/index.html?rev=17720&r1=17719&r2=17720&view=diff ============================================================================== --- trunk/mashup/java/modules/www/index.html (original) +++ trunk/mashup/java/modules/www/index.html Sun Jun 1 04:41:55 2008 @@ -18,7 +18,7 @@ <body> <script> - window.location = "ResourceDetails.action?path=/"; + window.location = "index.jsp"; </script> </body> _______________________________________________ Mashup-dev mailing list [email protected] http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev
