J
Jeff
Does anyone know if there is a way to permit free-form attributes in
custom JSP tags, rather than explicitly defining each? Every single
bit of documentation I have found online covers only the most basic
cases. I would like template designers to be able to pass a series of
key/value pairs to a tag without having to nest child tags below that
would function as wrappers for a setter method.
custom JSP tags, rather than explicitly defining each? Every single
bit of documentation I have found online covers only the most basic
cases. I would like template designers to be able to pass a series of
key/value pairs to a tag without having to nest child tags below that
would function as wrappers for a setter method.