users@woodstock.java.net

Re: Undocumented tags?

From: Jason Suplizio <suplizio_at_gmail.com>
Date: Mon, 10 Dec 2007 10:49:21 -0800

Thanks Dan!

On Dec 10, 2007 10:03 AM, Dan Labrecque <Dan.Labrecque_at_sun.com> wrote:

> 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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_woodstock.dev.java.net
> For additional commands, e-mail: users-help_at_woodstock.dev.java.net
>
>