On 10/10/06, Dave Newton <[EMAIL PROTECTED]> wrote:
> From: Puneet Lakhina [mailto:[EMAIL PROTECTED] > Is this the wrong way of doing things?? "Wrong" seems a bit strong. There are any number of ways around this; creating another action mapping (perhaps just a forward) is one way.
Forward wont do I need to get things from a DB before displaying the page. Turning off automatic
validation and running it manually (for instance, only on POST requests or certain methods) is another.
I am using validator framework. Is it possible with that?? Dave
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Puneet