If you want a textarea why not do this instead: textarea :name => 'cuid', :rows => 3, :cols => 10
Paul On Tue, Nov 06, 2007 at 10:42:42AM -0600, Berger, Daniel wrote: > Hi, > > Camping 1.5.180 > Ruby 1.8.6 > > It looks like Camping is choking on the 'rows' attribute for input tags: > > input(:name => 'cuid', :type => 'text', :size => 10, :rows => 3) > _______________________________________________ Camping-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/camping-list

