Carl Franks wrote:
Are you using auto_id() ?
If you are, this should already be handled for you, by adding an
incremented integer to the end of the ID.
See lib/HTML/FormFu/Element/RadioGroup.pm - sub _prepare_id()

Ah yes,

$self->auto_id( '%n_%c' );

-- should that be the default for things like radiogroup though?

-Brian

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to