Sure, it's really simple:

     <action name="save" class="exampleAction"> // this is action is
configured in spring
        <result name="input">/update.jsp</result>
        <result>/update.jsp</result>
        <result name="error">/update.jsp</result>
    </action>

When it goes to the "input" result, the values I typed in are no longer
present.

-----Original Message-----
From: Dave Newton [mailto:[EMAIL PROTECTED] 
Sent: Saturday, June 09, 2007 2:49 PM
To: Struts Users Mailing List
Subject: Re: Programmatic Validation in Action

--- Matt Luce <[EMAIL PROTECTED]> wrote:
> Has anyone attempted to use programmatic validation in Struts 2?

Sure, although I still used the validation interfaces.

What does your mapping look like?

d.



       
________________________________________________________________________
____________
Need a vacation? Get great deals
to amazing places on Yahoo! Travel.
http://travel.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to