Author: prabath
Date: Sun Jan 27 22:23:26 2008
New Revision: 13029

Log:

added new action 

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      
Sun Jan 27 22:23:26 2008
@@ -151,7 +151,7 @@
         </action>  
         
         <action name="OpenIDAuthentication" 
class="org.wso2.solutions.identity.user.ui.action.OpenIDAuthenticationAction">
-                       <result 
name="success">/jsp/openidauthorization.jsp</result>
+                       <result 
name="success">/jsp/openidauthentication.jsp</result>
                </action>
        
           <action name="OpenIDSubmit"
@@ -184,6 +184,12 @@
              <result name="success">jsp/openiduserloggedin.jsp</result> 
              <result name="error" type="redirect">Login.action</result>
         </action> 
+        
+        <action name="OpenIDSelfIssuedLogin"
+                
class="org.wso2.solutions.identity.user.ui.action.OpenIDSelfIssuedLoginAction">
+            <result name="success">/jsp/openidselfissuedcardlogin.jsp</result>
+            <result name="error" type="redirect">Login.action</result>
+        </action>       
 
     </package>
 </struts>
\ No newline at end of file

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

Reply via email to