I i use just plain input error messages getting printed but the values of the fields are not retained.
On Wed, Mar 20, 2013 at 3:43 AM, Lukasz Lenart <[email protected]>wrote: > 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] > > -- Thanks And Regards, *Muralidhar Yaragalla. *

