how about this
i=0
table.each do |r|
i+=1
if(r.checkbox(:name, "noName").isSet?)
break
end
end
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general
