PL => Probably Lame.

I have several input in a for that are T/F, Y/N, etc. and am getting the 
defaults from a database lookup before creating the form.  Is there better 
(ie. more TT2 or perlish) way than doing this way?

  <input type="radio" name="GETS_REPORT" value="F"
    [%- IF GETS_REPORT == 'F' %] checked="checked"[% END -%]/>No
  <input type="radio" name="GETS_REPORT" value="T"
    [%- IF GETS_REPORT == 'T' %] checked="checked"[% END -%]/>Yes


Rod
-- 
    "Open Source Software - You usually get more than you pay for..."
     "Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL"



_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to