No it did not work with that change as well.

Initially I was getting a "NoSuchMethodException" on the method activateUser in 
the action class. Now after the change you suggested, it asked for an "input" 
result type in the action class. If I give the "input" result type it just does 
not go to that method nor the execute method and comes back to the original 
screen with action errors displayed.

________________________________________
From: Lukasz Lenart [lukasz.len...@googlemail.com]
Sent: Saturday, February 14, 2009 10:39 AM
To: Struts Users Mailing List
Subject: Re: Struts2-Spring Integration Issue

2009/2/14 Sundararaman, Anand <anand.sundarara...@ps.net>:
>      <action name="activateUser" class="createUser" method="activateUser">
>         <result  name="success">/jsp/user/useractivated.jsp</result>
>         <result  name="error">/jsp/user/login.jsp</result>
>      </action>
>   </package>

That's really strange, did you try to use method="doActivateUser" ?


Regards
--
Lukasz
http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to