Author: prabath
Date: Sat Feb  9 05:09:14 2008
New Revision: 13487

Log:

removed test page

Modified:
   trunk/solutions/identity/modules/user-ui/src/main/resources/struts.xml

Modified: trunk/solutions/identity/modules/user-ui/src/main/resources/struts.xml
==============================================================================
--- trunk/solutions/identity/modules/user-ui/src/main/resources/struts.xml      
(original)
+++ trunk/solutions/identity/modules/user-ui/src/main/resources/struts.xml      
Sat Feb  9 05:09:14 2008
@@ -175,13 +175,13 @@
         
         <action name="OpenIDCallback"
                 
class="org.wso2.solutions.identity.user.ui.action.OpenIDCallbackAction">
-             <result name="success">jsp/openiduserloggedin.jsp</result> 
+             <result name="success" type="redirect">ShowMain.action</result> 
              <result name="error" type="redirect">Login.action</result>  
         </action>       
         
         <action name="OpenIDInfoCardSubmit"
                 
class="org.wso2.solutions.identity.user.ui.action.OpenIDInfoCardSubmitAction">
-             <result name="success">jsp/openiduserloggedin.jsp</result> 
+             <result name="success" type="redirect">ShowMain.action</result> 
              <result name="error" type="redirect">Login.action</result>
         </action> 
         

_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev

Reply via email to