[Catalyst] "Best Practice" for validating form input

Perrin Harkins perrin at elem.com
Fri Aug 26 17:51:15 CEST 2005


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




More information about the Catalyst mailing list