[Catalyst] "Best Practice" for validating form input

Kevin Old kevinold at gmail.com
Fri Aug 26 18:14:49 CEST 2005


On 8/26/05, Perrin Harkins <perrin at elem.com> wrote:
> On Fri, 2005-08-26 at 16:39 +0100, João Gomes wrote:
> > <% (condition) ? 'true value to print' : 'false value to print' %>
> 
> Or this:
> 
> % if (condition) {
>     background-color: #ffe66b;
> % }
> 
> - Perrin

Thanks everyone!
-- 
Kevin Old
kevinold at gmail.com



More information about the Catalyst mailing list