I have used redirect as follows
<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>
This did not work eighter.
On Wed, Mar 20, 2013 at 3:04 AM, Paul Benedict <[email protected]> wrote:
> You retain those values by doing a forward to a view (JSP, freemarker,
> etc.) whose view knows how to render the appropriate model object in the
> action.
>
> Paul
>
> On Tue, Mar 19, 2013 at 4:32 PM, Muralidhar Yaragalla <
> [email protected]> wrote:
>
> > Hi when there is validation error in the farm the same form is being
> > displayed with error messages as input is configured to the same form but
> > the form field values are disappearing. How can i retain those values?
> >
> > --
> > Thanks And Regards,
> > *Muralidhar Yaragalla.
> > *
> >
>
--
Thanks And Regards,
*Muralidhar Yaragalla.
*