2013/3/19 Muralidhar Yaragalla <[email protected]>: > 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: [email protected] For additional commands, e-mail: [email protected]

