FileDocCategorySizeDatePackage
ChildTag.javaAPI DocExample355Tue Feb 28 11:34:06 GMT 2006com.ora.jsp.tags.xmp

ChildTag.java

package com.ora.jsp.tags.xmp;

import javax.servlet.jsp.tagext.*;

/**
 * This class is a dummy custom action used only to illustrate how a
 * TagLibraryValidator can validate action element nesting.
 *
 * @author Hans Bergsten, Gefion software <hans@gefionsoftware.com>
 * @version 1.0
 */
public class ChildTag extends SimpleTagSupport {
}