On 11/9/05, Sean Schofield <[EMAIL PROTECTED]> wrote:
Yes Shale dialogs are very nice indeed :-)

I should mention an alternative approach that Shale enables as well ... putting the setup logic for a new view in the same page bean class as will process submits from this form.  The prerender() method provided by ViewController is perfect for this task.

If you like all the code related to the same page available in the same class, this approach will appeal to you.  If you like fine grained actions that can be composed together, the Dialogs approach will be more attractive.  Shale doesn't care which method you choose ... it helps you with either.

Craig

Reply via email to