Author: prabath
Date: Mon Dec 17 10:24:15 2007
New Revision: 11292

Log:

added configurations for OpenIdInfoCardSubmit

Modified:
   
branches/solutions/identity/openid-poc/modules/user-ui/src/main/resources/struts.xml

Modified: 
branches/solutions/identity/openid-poc/modules/user-ui/src/main/resources/struts.xml
==============================================================================
--- 
branches/solutions/identity/openid-poc/modules/user-ui/src/main/resources/struts.xml
        (original)
+++ 
branches/solutions/identity/openid-poc/modules/user-ui/src/main/resources/struts.xml
        Mon Dec 17 10:24:15 2007
@@ -165,6 +165,15 @@
             <result name="error">jsp/regerror.jsp</result>
         </action>
         
+          <action name="OpenIdInfoCardSubmit"
+                
class="org.wso2.solutions.identity.user.ui.action.OpenIdInfoCardSubmitAction">
+            <result name="success" type="redirect">ShowMain.action</result>
+            <result name="input" type="redirect">ShowMain.action</result>
+            <result name="error" type="redirect">ShowMain.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