[html-formfu] multiple ids of the same value in radiogroup
Brian Cassidy
brian.cassidy at nald.ca
Mon Sep 24 19:56:53 GMT 2007
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
More information about the HTML-FormFu
mailing list