A B D E F G H I L O P R S T W

A

AMPERSAND - Static variable in class org.alphadisplaytag.util.TagConstants
escaped ampersand &.
ATTRIBUTE_ALIGN - Static variable in class org.alphadisplaytag.util.TagConstants
html attribute align.
ATTRIBUTE_BACKGROUND - Static variable in class org.alphadisplaytag.util.TagConstants
html attribute background.
ATTRIBUTE_BGCOLOR - Static variable in class org.alphadisplaytag.util.TagConstants
html attribute bgcolor.
ATTRIBUTE_BORDER - Static variable in class org.alphadisplaytag.util.TagConstants
html attribute border.
ATTRIBUTE_CELLPADDING - Static variable in class org.alphadisplaytag.util.TagConstants
html attribute cellpadding.
ATTRIBUTE_CELLSPACING - Static variable in class org.alphadisplaytag.util.TagConstants
html attribute cellspacing.
ATTRIBUTE_CLASS - Static variable in class org.alphadisplaytag.util.TagConstants
html attribute class.
ATTRIBUTE_DIR - Static variable in class org.alphadisplaytag.util.TagConstants
html attribute dir.
ATTRIBUTE_FRAME - Static variable in class org.alphadisplaytag.util.TagConstants
html attribute frame.
ATTRIBUTE_HEIGHT - Static variable in class org.alphadisplaytag.util.TagConstants
html attribute height.
ATTRIBUTE_HSPACE - Static variable in class org.alphadisplaytag.util.TagConstants
html attribute hspace.
ATTRIBUTE_ID - Static variable in class org.alphadisplaytag.util.TagConstants
html attribute id.
ATTRIBUTE_LANG - Static variable in class org.alphadisplaytag.util.TagConstants
html attribute lang.
ATTRIBUTE_NOWRAP - Static variable in class org.alphadisplaytag.util.TagConstants
html attribute nowrap.
ATTRIBUTE_RULES - Static variable in class org.alphadisplaytag.util.TagConstants
html attribute rules.
ATTRIBUTE_STYLE - Static variable in class org.alphadisplaytag.util.TagConstants
html attribute style.
ATTRIBUTE_SUMMARY - Static variable in class org.alphadisplaytag.util.TagConstants
html attribute summary.
ATTRIBUTE_TITLE - Static variable in class org.alphadisplaytag.util.TagConstants
html attribute title.
ATTRIBUTE_VALIGN - Static variable in class org.alphadisplaytag.util.TagConstants
html attribute valign.
ATTRIBUTE_VSPACE - Static variable in class org.alphadisplaytag.util.TagConstants
html attribute vspace.
ATTRIBUTE_WIDTH - Static variable in class org.alphadisplaytag.util.TagConstants
html attribute width.
AlphaTableProperties - class org.alphadisplaytag.properties.AlphaTableProperties.
The properties such as css style and default values used by the AlphaTable tags navigation are defined in this class.
AlphabeticList - class org.alphadisplaytag.alphalist.AlphabeticList.
Utility class that slice and dice a List alphabetically into 37 sublist.
AlphabeticList(List) - Constructor for class org.alphadisplaytag.alphalist.AlphabeticList
Creates an instance of this object that will help you chop up a list into 36 alphabetic list.
AlphabeticList(List, String) - Constructor for class org.alphadisplaytag.alphalist.AlphabeticList
Creates an instance of this object that will help you chop up a list into 36 alphabetic list with a defined column to create and sort the analphabetical list navigation bar.
AlphabeticSubList - class org.alphadisplaytag.alphalist.AlphabeticSubList.
Helper utility class that slice and dice a List alphabetically into 37 sublist.
AlphabeticSubList(char, boolean) - Constructor for class org.alphadisplaytag.alphalist.AlphabeticSubList
Creates a new list page with the specified list begining character.
AlphabeticTableTag - class org.alphadisplaytag.tags.AlphabeticTableTag.
The <nav:alphanavbar:*> tag creates an alphabetic navigation bar from a List of a string data.
AlphabeticTableTag() - Constructor for class org.alphadisplaytag.tags.AlphabeticTableTag
 
addParameter(String, Object) - Method in class org.alphadisplaytag.util.Href
Adds a parameter to the href.
addParameter(String, int) - Method in class org.alphadisplaytag.util.Href
Adds an int parameter to the href.
addParameterMap(Map) - Method in class org.alphadisplaytag.util.Href
Adds all the parameters contained in the map to the Href.

B

BaseNestableJspTagException - exception org.alphadisplaytag.exception.BaseNestableJspTagException.
Base exception: extendes JspTagException providing logging and exception nesting functionalities.
BaseNestableJspTagException(Class, String) - Constructor for class org.alphadisplaytag.exception.BaseNestableJspTagException
Instantiate a new BaseNestableJspTagException.
BaseNestableJspTagException(Class, String, Throwable) - Constructor for class org.alphadisplaytag.exception.BaseNestableJspTagException
Instantiate a new BaseNestableJspTagException.
BaseNestableRuntimeException - exception org.alphadisplaytag.exception.BaseNestableRuntimeException.
Base runtime exception: extendes RuntimeException providing logging and exception nesting functionalities.
BaseNestableRuntimeException(Class, String) - Constructor for class org.alphadisplaytag.exception.BaseNestableRuntimeException
Instantiate a new BaseNestableRuntimeException.
BaseNestableRuntimeException(Class, String, Throwable) - Constructor for class org.alphadisplaytag.exception.BaseNestableRuntimeException
Instantiate a new BaseNestableRuntimeException.
BeanListDb - class org.alphadisplaytag.util.BeanListDb.
BeanListDb creates a Virtual Database for objects stored in a List.
BeanListDb() - Constructor for class org.alphadisplaytag.util.BeanListDb
Default constructor.
BeanListDb(List) - Constructor for class org.alphadisplaytag.util.BeanListDb
From the bean object, get the accessor methods, set the list size, get the default key and create a list containing the object keys (accessor methods).

D

DEBUG - Static variable in class org.alphadisplaytag.exception.SeverityEnum
Severity DEBUG.
DEFAULT_FILENAME - Static variable in class org.alphadisplaytag.properties.AlphaTableProperties
Name of the default properties file name ("AlphaTableTag.properties").
DefaultRequestHelper - class org.alphadisplaytag.util.DefaultRequestHelper.
Default RequestHelper implementation.
DefaultRequestHelper(HttpServletRequest, HttpServletResponse) - Constructor for class org.alphadisplaytag.util.DefaultRequestHelper
Construct a new RequestHelper for the given request.
DefaultRequestHelperFactory - class org.alphadisplaytag.util.DefaultRequestHelperFactory.
Default RequestHelperFactory implementation.
DefaultRequestHelperFactory() - Constructor for class org.alphadisplaytag.util.DefaultRequestHelperFactory
 
doAfterBody() - Method in class org.alphadisplaytag.tags.AlphabeticTableTag
 
doEndTag() - Method in class org.alphadisplaytag.tags.AlphabeticTableTag
Clean up.
doStartTag() - Method in class org.alphadisplaytag.tags.AlphabeticTableTag
 

E

ERROR - Static variable in class org.alphadisplaytag.exception.SeverityEnum
Severity ERROR.
evaluateExpression(String) - Method in class org.alphadisplaytag.tags.TemplateTag
evaluate an expression in a way similar to LE in jstl.

F

FATAL - Static variable in class org.alphadisplaytag.exception.SeverityEnum
Severity FATAL.

G

getAlphaCharList() - Static method in class org.alphadisplaytag.alphalist.AlphabeticList
 
getAlphaNavigateClass() - Method in class org.alphadisplaytag.alphalist.AlphabeticList
Getter for the PROPERTY_ALPHANAVIGATE_DEFAULT_CLASS property.
getAlphaNavigateClass() - Method in class org.alphadisplaytag.properties.AlphaTableProperties
Getter for the PROPERTY_ALPHANAVIGATE_DEFAULT_CLASS property.
getAlphaNavigateFormat() - Method in class org.alphadisplaytag.alphalist.AlphabeticList
Getter for the PROPERTY_ALPHANAVIGATE_FORMAT property.
getAlphaNavigateFormat() - Method in class org.alphadisplaytag.properties.AlphaTableProperties
Getter for the PROPERTY_STRING_PAGING_BANNER_FIRST property.
getAlphaNavigateHrefFullSelected() - Method in class org.alphadisplaytag.alphalist.AlphabeticList
Getter for the PROPERTY_ALPHANAVIGATE_HREF_FULLSELECTED property.
getAlphaNavigateHrefFullSelected() - Method in class org.alphadisplaytag.properties.AlphaTableProperties
Getter for the PROPERTY_STRING_PAGING_BANNER_FIRST property.
getAlphaNavigateHrefNotFullSelected() - Method in class org.alphadisplaytag.alphalist.AlphabeticList
Getter for the PROPERTY_ALPHANAVIGATE_HREF_FULLNOTSELECTED property.
getAlphaNavigateHrefNotFullSelected() - Method in class org.alphadisplaytag.properties.AlphaTableProperties
Getter for the PROPERTY_STRING_PAGING_BANNER_FIRST property.
getAlphaNavigateHrefNotSelected() - Method in class org.alphadisplaytag.alphalist.AlphabeticList
Getter for the PROPERTY_ALPHANAVIGATE_HREF_NOTSELECTED property.
getAlphaNavigateHrefNotSelected() - Method in class org.alphadisplaytag.properties.AlphaTableProperties
Getter for the PROPERTY_STRING_PAGING_BANNER_FIRST property.
getAlphaNavigateHrefSelected() - Method in class org.alphadisplaytag.alphalist.AlphabeticList
Getter for the PROPERTY_ALPHANAVIGATE_HREF_SELECTED property.
getAlphaNavigateHrefSelected() - Method in class org.alphadisplaytag.properties.AlphaTableProperties
Getter for the PROPERTY_STRING_PAGING_BANNER_FIRST property.
getAlphaNavigateStyle() - Method in class org.alphadisplaytag.alphalist.AlphabeticList
Getter for the PROPERTY_ALPHANAVIGATE_DEFAULT_STYLE property.
getAlphaNavigateStyle() - Method in class org.alphadisplaytag.properties.AlphaTableProperties
Getter for the PROPERTY_ALPHANAVIGATE_DEFAULT_CLASS property.
getAlphabeticFormattedBanner(HttpServletRequest, PageContext) - Method in class org.alphadisplaytag.alphalist.AlphabeticList
Get the alphabetic list display banner.
getAlphabeticList(char) - Method in class org.alphadisplaytag.alphalist.AlphabeticList
Get an alphabetic list.
getAlphabeticalsublist() - Method in class org.alphadisplaytag.tags.AlphabeticTableTag
Returns the current sublist containing a list with A, B , C.. or Z entries.
getAnchor() - Method in class org.alphadisplaytag.util.Href
Returns the URI anchor.
getBaseUrl() - Method in class org.alphadisplaytag.util.Href
Getter for the base url (without parameters).
getBeanProperty(Object, String) - Static method in class org.alphadisplaytag.util.LookupUtil
Returns the value of a property in the given bean.
getBeanValue(PageContext, String, int) - Static method in class org.alphadisplaytag.util.LookupUtil
Read an object from the pagecontext with the specified scope and eventually lookup a property in it.
getBeginingCharacter() - Method in class org.alphadisplaytag.alphalist.AlphabeticSubList
Returns the page list begining character.
getCause() - Method in class org.alphadisplaytag.exception.BaseNestableJspTagException
returns the previous exception.
getCause() - Method in class org.alphadisplaytag.exception.BaseNestableRuntimeException
returns the previous exception.
getDefaultColumn() - Method in class org.alphadisplaytag.util.BeanListDb
If no default column is provided the first string accessor method is retrieve.
getFullList() - Method in class org.alphadisplaytag.tags.AlphabeticTableTag
Returns the full list
getHref() - Method in class org.alphadisplaytag.util.DefaultRequestHelper
 
getHref() - Method in interface org.alphadisplaytag.util.RequestHelper
return the current Href for the request (base url and parameters).
getInstance() - Static method in class org.alphadisplaytag.properties.AlphaTableProperties
returns a new AlphaTableProperties instance.
getIntParameter(String) - Method in class org.alphadisplaytag.util.DefaultRequestHelper
 
getIntParameter(String) - Method in interface org.alphadisplaytag.util.RequestHelper
Reads an Integer parameter from the request.
getKeyColumn() - Method in class org.alphadisplaytag.util.BeanListDb
Get the key column.
getList() - Method in class org.alphadisplaytag.alphalist.AlphabeticSubList
Get this alphabetic list.
getList() - Method in class org.alphadisplaytag.util.BeanListDb
Get the list of bean object.
getListKeys() - Method in class org.alphadisplaytag.util.BeanListDb
Get the accessor methods in a list
getListKeys(String) - Method in class org.alphadisplaytag.util.BeanListDb
Create the accessor methods (key columns ) as a list.
getListSize() - Method in class org.alphadisplaytag.alphalist.AlphabeticSubList
Get the list size of the list for this character
getListSize() - Method in class org.alphadisplaytag.util.BeanListDb
Get the list size.
getName() - Method in class org.alphadisplaytag.tags.AlphabeticTableTag
Returns the name.
getObjectAccessors() - Method in class org.alphadisplaytag.util.BeanListDb
Get the accessor methods as a string produced by reflections access formatted as [ column1, ..., columnx ].
getParameter(String) - Method in class org.alphadisplaytag.util.DefaultRequestHelper
 
getParameter(String) - Method in interface org.alphadisplaytag.util.RequestHelper
Reads a String parameter from the request.
getParameterMap() - Method in class org.alphadisplaytag.util.DefaultRequestHelper
 
getParameterMap() - Method in class org.alphadisplaytag.util.Href
Getter for the map containing link parameters.
getParameterMap() - Method in interface org.alphadisplaytag.util.RequestHelper
Returns a Map containing all the parameters in the request.
getProperties() - Method in class org.alphadisplaytag.alphalist.AlphabeticList
Returns the properties, configurations for the alphabetical navication bar.
getProperty(String) - Method in class org.alphadisplaytag.properties.AlphaTableProperties
Reads a String property.
getRequestHelperFactoryInstance() - Method in class org.alphadisplaytag.properties.AlphaTableProperties
Returns an instance of configured requestHelperFactory.
getRequestHelperInstance(PageContext) - Method in class org.alphadisplaytag.util.DefaultRequestHelperFactory
 
getRequestHelperInstance(PageContext) - Method in interface org.alphadisplaytag.util.RequestHelperFactory
returns a RequestHelper instance for a given request.
getSelected() - Method in class org.alphadisplaytag.alphalist.AlphabeticSubList
Is the page selected?
getSeverity() - Method in class org.alphadisplaytag.exception.BaseNestableJspTagException
subclasses need to define the getSeverity method to provide correct severity for logging.
getSeverity() - Method in class org.alphadisplaytag.exception.BaseNestableRuntimeException
subclasses need to define the getSeverity method to provide correct severity for logging.
getSeverity() - Method in class org.alphadisplaytag.exception.ObjectLookupException
 
getSeverity() - Method in class org.alphadisplaytag.exception.TablePropertiesLoadException
 
getUserProperties() - Static method in class org.alphadisplaytag.properties.AlphaTableProperties
Local and non-default properties these settings override the defaults from displaytag.properties and TableTag.properties.

H

Href - class org.alphadisplaytag.util.Href.
Object representing an URI (the href parameter of an <a> tag).
Href(String) - Constructor for class org.alphadisplaytag.util.Href
Construct a new Href parsing a URL.
Href(Href) - Constructor for class org.alphadisplaytag.util.Href
Constructor for Href.

I

INFO - Static variable in class org.alphadisplaytag.exception.SeverityEnum
Severity INFO.
isEmpty() - Method in class org.alphadisplaytag.alphalist.AlphabeticSubList
Is the list empty.
isValidColumn(String) - Method in class org.alphadisplaytag.util.BeanListDb
Is the column part of the bean object in the list.

L

LOCAL_PROPERTIES - Static variable in class org.alphadisplaytag.properties.AlphaTableProperties
The name of the local properties file that is searched for on the classpath.
LookupUtil - class org.alphadisplaytag.util.LookupUtil.
Utility class with methods for object and properties retrieving.

O

ObjectLookupException - exception org.alphadisplaytag.exception.ObjectLookupException.
Exception thrown for errors in accessing bean properties.
ObjectLookupException(Class, Object, String, Throwable) - Constructor for class org.alphadisplaytag.exception.ObjectLookupException
Instantiate a new ObjectLookupException.
org.alphadisplaytag.alphalist - package org.alphadisplaytag.alphalist
 
org.alphadisplaytag.exception - package org.alphadisplaytag.exception
 
org.alphadisplaytag.properties - package org.alphadisplaytag.properties
 
org.alphadisplaytag.tags - package org.alphadisplaytag.tags
 
org.alphadisplaytag.util - package org.alphadisplaytag.util
 

P

PROPERTY_ALPHANAVIGATE_DEFAULT_CLASS - Static variable in class org.alphadisplaytag.properties.AlphaTableProperties
Full navigation default style calss.
PROPERTY_ALPHANAVIGATE_DEFAULT_STYLE - Static variable in class org.alphadisplaytag.properties.AlphaTableProperties
Full navigation default style.
PROPERTY_ALPHANAVIGATE_FORMAT - Static variable in class org.alphadisplaytag.properties.AlphaTableProperties
Full navigation bar format.
PROPERTY_ALPHANAVIGATE_HREF_FULLNOTSELECTED - Static variable in class org.alphadisplaytag.properties.AlphaTableProperties
Default value for Full Href not selected.
PROPERTY_ALPHANAVIGATE_HREF_FULLSELECTED - Static variable in class org.alphadisplaytag.properties.AlphaTableProperties
Default value for Full Href selected.
PROPERTY_ALPHANAVIGATE_HREF_NOTSELECTED - Static variable in class org.alphadisplaytag.properties.AlphaTableProperties
Default value for each alphabetic Href when not selected.
PROPERTY_ALPHANAVIGATE_HREF_SELECTED - Static variable in class org.alphadisplaytag.properties.AlphaTableProperties
Default value for each alphabetic Href when selected.
PROPERTY_CLASS_REQUESTHELPERFACTORY - Static variable in class org.alphadisplaytag.properties.AlphaTableProperties
Property factory.requestHelper.

R

RequestHelper - interface org.alphadisplaytag.util.RequestHelper.
A RequestHelper object is used to read parameters from the request.
RequestHelperFactory - interface org.alphadisplaytag.util.RequestHelperFactory.
RequestHelperFactory interface.
release() - Method in class org.alphadisplaytag.tags.AlphabeticTableTag
 

S

SeverityEnum - class org.alphadisplaytag.exception.SeverityEnum.
Enumeration for logging severities.
setAlphaCharList(char[]) - Method in class org.alphadisplaytag.alphalist.AlphabeticList
Set the array of characters which starts the lists.
setAnchor(String) - Method in class org.alphadisplaytag.util.Href
Setter for the URI anchor.
setKeycolumn(String) - Method in class org.alphadisplaytag.tags.AlphabeticTableTag
Set the key column
setList(List) - Method in class org.alphadisplaytag.alphalist.AlphabeticSubList
Set the the list, List, with alphabetical entries.
setList(List) - Method in class org.alphadisplaytag.util.BeanListDb
Set the list and create the accessor methods.
setListSize(int) - Method in class org.alphadisplaytag.alphalist.AlphabeticSubList
Set the list size of the list for this character
setName(String) - Method in class org.alphadisplaytag.tags.AlphabeticTableTag
Sets the name of the object to use for iteration.
setNavivationtoFulllist(HttpServletRequest, PageContext) - Method in class org.alphadisplaytag.alphalist.AlphabeticList
Get the alphabetic list for all the entries - "full"
setParameterMap(Map) - Method in class org.alphadisplaytag.util.Href
Adds all the parameters contained in the map to the Href.
setProperty(String, String) - Method in class org.alphadisplaytag.properties.AlphaTableProperties
Sets a property.
setRequestURI(String) - Method in class org.alphadisplaytag.alphalist.AlphabeticList
Setter for the "requestURI" attribute - handles Struts and Tiles actions which provide a difficult technique to get the base URI when using Struts and Tiles.
setRequestURI(HttpServletRequest, PageContext) - Method in class org.alphadisplaytag.alphalist.AlphabeticList
Set the URI for the request.
setRequestURI(String) - Method in class org.alphadisplaytag.tags.AlphabeticTableTag
Setter for the "requestURI" attribute.
setUserProperties(Properties) - Static method in class org.alphadisplaytag.properties.AlphaTableProperties
Local and non-default properties these settings override the defaults from displaytag.properties and TableTag.properties.

T

TABLE_TAG_NAME - Static variable in class org.alphadisplaytag.util.TagConstants
html table tag name.
TAGNAME_ANCHOR - Static variable in class org.alphadisplaytag.util.TagConstants
html a tag name.
TAGNAME_CAPTION - Static variable in class org.alphadisplaytag.util.TagConstants
html caption tag name.
TAGNAME_COLUMN - Static variable in class org.alphadisplaytag.util.TagConstants
html td tag name.
TAGNAME_COLUMN_HEADER - Static variable in class org.alphadisplaytag.util.TagConstants
html th tag name.
TAGNAME_ROW - Static variable in class org.alphadisplaytag.util.TagConstants
html tr tag name.
TAGNAME_TABLE_BODY - Static variable in class org.alphadisplaytag.util.TagConstants
html tbody tag name.
TAGNAME_TABLE_FOOTER - Static variable in class org.alphadisplaytag.util.TagConstants
html tfooter tag name.
TAGNAME_TABLE_HEAD - Static variable in class org.alphadisplaytag.util.TagConstants
html tbody tag name.
TAG_CLOSE - Static variable in class org.alphadisplaytag.util.TagConstants
end of tag >.
TAG_OPEN - Static variable in class org.alphadisplaytag.util.TagConstants
start of tag <.
TAG_OPENCLOSING - Static variable in class org.alphadisplaytag.util.TagConstants
start of closing tag </.
TAG_TBODY_CLOSE - Static variable in class org.alphadisplaytag.util.TagConstants
html tag %lt;/tbody>.
TAG_TBODY_OPEN - Static variable in class org.alphadisplaytag.util.TagConstants
html tag %lt;tbody>.
TAG_TD_CLOSE - Static variable in class org.alphadisplaytag.util.TagConstants
html tag %lt;/td>.
TAG_TD_OPEN - Static variable in class org.alphadisplaytag.util.TagConstants
html tag %lt;td>.
TAG_TFOOTER_CLOSE - Static variable in class org.alphadisplaytag.util.TagConstants
html tag %lt;/tfooter>.
TAG_TFOOTER_OPEN - Static variable in class org.alphadisplaytag.util.TagConstants
html tag %lt;tfooter>.
TAG_THEAD_CLOSE - Static variable in class org.alphadisplaytag.util.TagConstants
html tag %lt;/thead>.
TAG_THEAD_OPEN - Static variable in class org.alphadisplaytag.util.TagConstants
html tag %lt;thead>.
TAG_TH_CLOSE - Static variable in class org.alphadisplaytag.util.TagConstants
html tag %lt;/th>.
TAG_TH_OPEN - Static variable in class org.alphadisplaytag.util.TagConstants
html tag %lt;th>.
TAG_TR_CLOSE - Static variable in class org.alphadisplaytag.util.TagConstants
html tag %lt;/tr>.
TAG_TR_OPEN - Static variable in class org.alphadisplaytag.util.TagConstants
html tag %lt;tr>.
TablePropertiesLoadException - exception org.alphadisplaytag.exception.TablePropertiesLoadException.
Runtime exception thrown for problems in loading the (standard or user defined) property file.
TablePropertiesLoadException(Class, String, Throwable) - Constructor for class org.alphadisplaytag.exception.TablePropertiesLoadException
Constructor for TablePropertiesLoadException.
TagConstants - class org.alphadisplaytag.util.TagConstants.
Constants for html tags.
TemplateTag - class org.alphadisplaytag.tags.TemplateTag.
Base template class.
TemplateTag() - Constructor for class org.alphadisplaytag.tags.TemplateTag
 
toString() - Method in class org.alphadisplaytag.alphalist.AlphabeticSubList
 
toString() - Method in class org.alphadisplaytag.exception.BaseNestableJspTagException
basic toString.
toString() - Method in class org.alphadisplaytag.exception.BaseNestableRuntimeException
basic toString.
toString() - Method in class org.alphadisplaytag.util.BeanListDb
 
toString() - Method in class org.alphadisplaytag.util.Href
toString: output the full url with parameters.

W

WARN - Static variable in class org.alphadisplaytag.exception.SeverityEnum
Severity WARN.
write(String) - Method in class org.alphadisplaytag.tags.TemplateTag
Utility method.
write(StringBuffer) - Method in class org.alphadisplaytag.tags.TemplateTag
Utility method.

A B D E F G H I L O P R S T W

Alphabetical Navigation Bar Java Display Tag Home Page. 

My Home Page. Contact me at: chauvetp@hotmail.com.
I am alway looking for Java/J2EE work and would appreciate the business. Some of my design is inspired by the original display tag <display:*> code. Please go to http://displaytag.sourceforge.net/ for details on the <display:*> tag.

Copyright © 2004 Aiki Innovations Inc. Permission is granted to reuse and distribute for commercial or personal use if no extensive monetary gain is received. Java and the Java Standard Tag Library are programming languages owed by Sun Microsystems, Inc: http://java.sun.com/products/jsp/jstl/