All the available JSP tags are documented in the TLD docs. Typically,
there is a component associated with each tag; however, there may be
more components than tags. The documentation could be referring to the
Field component which is used as a base class. For example, components
such as TextField, TextArea, etc. all extend Field. However, it is most
likely a typo and the TLD example should refer to webuijsf:textField.
Dan
Jason Suplizio wrote:
> This is a minor issue, but while reading through the tld documentation
> (aka Tag Library Documentation Generator - Generated Documentation)
> there are several mentions of a webuijsf:field component, yet the
> component itself is not in the list of available tags (renders a
> textField). Are there other undocumented tags and can this tag be used
> interchangeably with the textField component (is one preferable?).
>
> Thanks!
> jason