Package org.ejtools.servlet.http.jsp.tagext

Provides generic purpose JSP tags.

See:
          Description

Class Summary
CheckBoxObjectTag Tag that generates an HTML checkbox input field The field is created with : The id parameter : used as the name The name,property and scope parameter : used to fetch an object.
HiddenObjectTag Tag that generates an HTML hidden input field The field is created with : The id parameter : used as the name The name,property and scope parameter : used to fetch an object.
ObjectClassTag Tag that put the object class in the page context The object class is put in the context with : The id parameter : used as the identifier The name,property and scope parameter : used to fetch an object.
RequestParameterTag Tag that put a request parameter in the page context The request parameter is put in the context with : The id parameter : used as the identifier The name parameter : used to fetch the request parameter The type parameter : used to type the request parameter The value parameter : used as a default value if the request parameter is not found
 

Package org.ejtools.servlet.http.jsp.tagext Description

Provides generic purpose JSP tags.



Copyright © 2002-2003 EJTools Org.. All Rights Reserved.