Re: [Catalyst] best practices for handling forms?

2010-09-29 Thread Alexander Hartmaier
20.09.2010, 23:48 +0200 schrieb E R: Hi, I am curious what everyone thinks as being the best practices for handling forms in Catalyst. Are there any Catalyst applications you have run across which are good examples of how to use Catalyst's features to handle forms? To illustrate what I am

Re: [Catalyst] best practices for handling forms?

2010-09-21 Thread Octavian Rasnita
record when the form is displayed. HTH. --Octavian - Original Message - From: E R pc88m...@gmail.com To: The elegant MVC web framework catalyst@lists.scsys.co.uk Sent: Tuesday, September 21, 2010 12:48 AM Subject: [Catalyst] best practices for handling forms? Hi, I am curious what

Re: [Catalyst] best practices for handling forms?

2010-09-21 Thread E R
Hernan, Octavian - thanks for your replies. Both of you have given examples where the display of the form and the processing of the form are handled by the same method. In that case in order to go from one page to the next you always need to use a redirect. Doing this is very clean, but it

Re: [Catalyst] best practices for handling forms?

2010-09-21 Thread Octavian Rasnita
@lists.scsys.co.uk Sent: Tuesday, September 21, 2010 8:25 PM Subject: Re: [Catalyst] best practices for handling forms? Hernan, Octavian - thanks for your replies. Both of you have given examples where the display of the form and the processing of the form are handled by the same method. In that case

[Catalyst] best practices for handling forms?

2010-09-20 Thread E R
Hi, I am curious what everyone thinks as being the best practices for handling forms in Catalyst. Are there any Catalyst applications you have run across which are good examples of how to use Catalyst's features to handle forms? To illustrate what I am getting at, below is typical Rails (v2

Re: [Catalyst] best practices for handling forms?

2010-09-20 Thread Hernan Lopes
, hernan On Mon, Sep 20, 2010 at 6:48 PM, E R pc88m...@gmail.com wrote: Hi, I am curious what everyone thinks as being the best practices for handling forms in Catalyst. Are there any Catalyst applications you have run across which are good examples of how to use Catalyst's features

Re: [Catalyst] best practices for handling forms?

2010-09-20 Thread Hernan Lopes
, hernan On Mon, Sep 20, 2010 at 6:48 PM, E R pc88m...@gmail.com wrote: Hi, I am curious what everyone thinks as being the best practices for handling forms in Catalyst. Are there any Catalyst applications you have run across which are good examples of how to use Catalyst's features

Re: [Catalyst] best practices for handling forms?

2010-09-20 Thread Hernan Lopes
curious what everyone thinks as being the best practices for handling forms in Catalyst. Are there any Catalyst applications you have run across which are good examples of how to use Catalyst's features to handle forms? To illustrate what I am getting at, below is typical Rails (v2) controller