Author: prabath
Date: Sat Feb 9 12:11:29 2008
New Revision: 13496
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
Sat Feb 9 12:11:29 2008
@@ -203,7 +203,10 @@
<result name="error"
type="redirect">server?_action=cancel&authenticatedAndApproved=false</result>
</action>
-
-
+ <action name="UpdateOpenIDUserRP"
+
class="org.wso2.solutions.identity.user.ui.action.UpdateOpenIDUserRPAction">
+ <result name="success" type="redirect">ShowMain.action</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