I''m using Markby to convert a standard form witth selects. Can someone tell me why this works: <tr> <td><label class="formLabel" for="task_owner_id">Owner</label></td> <td><%= select ''task'', ''owner_id'', Owner.to_dropdown %></td> </tr> But, the Markaby conversion doesn''t? tr do td.formLabel do label "Owner" end td do select( ''task'', ''owner_id'', capture(Owner.to_dropdown)) end end I''m sure I''m missing something simple, but starring at intensely doesn''t seem to be solving anything. :) -- Best Regards, -Larry "Work, work, work...there is no satisfactory alternative." --- E.Taft Benson -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060823/e6ef6a17/attachment-0001.html