org.apache.struts.taglib.nested.logic
Class NestedIterateTei
public class NestedIterateTei
NestedIterateTei
Extending the original tag's tei class, so that we can make the "id"
attribute optional, so that those who want to script can add it if they need
it otherwise we can maintain the nice lean tag markup.
TODO - Look at deleting this class. Potentially a pointless existance now
that the super class is towing the line. Left alone because it's not
hurting anything as-is.
Note: When done, it requires pointing the tei reference in the
struts-nested.tld to org.apache.struts.taglib.logic.IterateTei
$Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $ VariableInfo[] | getVariableInfo(TagData data) - Return information about the scripting variables to be created.
|
getVariableInfo
public VariableInfo[] getVariableInfo(TagData data)
Return information about the scripting variables to be created.
- getVariableInfo in interface IterateTei
Copyright B) 2000-2007 - The Apache Software Foundation