Chaudhary, Harsh wrote:
> I would go with the declarative approach. It lends to more flexibility.
>   

Not really.

If I'm doing something the exact same way every time I'd much rather
handle it by implementing a method (that you'd have to implement anyway)
and not bother with a config file change rather than introducing yet
another point of failure that doesn't buy you anything. In other words,
rather than introduce another class and another action that simply
forwards to the action that does the form processing why not just write
a method that sets up the page?

Dave



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

Reply via email to