I would like to be able to create a custom tag which is able to use the
struts <html:text>, <html:dropdown> or <html:hidden> fields.  I am not able
to find a way to create a tag library that can produce/call/reference other
tags.

I am interested in making a custom tag for our application which will
either show a text entry field, a dropdown or a static text entry based on
the choices available to a particular user.  The choices will probably be
passed in as a collection in the request, where a single value results in a
hidden field (no choice for the user), a set of values results in a
dropdown, and a special case of a single value zero, which means the user
can enter anything they like through a text entry field.

I have searched everything I can think of and can't seem to find anything
that can allow this.

Does anyone know a way to approach this?

Thanks,
Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to