2013/3/19 Muralidhar Yaragalla <java.yaraga...@gmail.com>:
> I have tried this
>
> <action name="createVotingTopic"
> class="com.ymd.ums.lv.action.VotingTopicAction" method="execute">
>                <result name="success">/jsp/lv/voteTopic.jsp</result>
>
>                <result name="input" type="redirect">
>                    <param name="location">/jsp/lv/voteTopic.jsp</param >
>               </result>
>           </action>
>
> But even error messages not getting printed.

You use redirect result type which drops the current request, remove
type="redirect"


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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

Reply via email to