Author: prabath
Date: Mon Jan 28 10:34:32 2008
New Revision: 13095

Log:

added new actions

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      
Mon Jan 28 10:34:32 2008
@@ -190,6 +190,15 @@
             <result name="success">/jsp/openidselfissuedcardlogin.jsp</result>
             <result name="error" type="redirect">Login.action</result>
         </action>       
+        
+        <action name="OpenIDAuthVerification"
+                
class="org.wso2.solutions.identity.user.ui.action.OpenIDAuthVerificationAction">
+            <result name="success">/jsp/openidapproval.jsp</result> 
+            <result name="error" 
type="redirect">OpenIDAuthentication.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