org.apache.struts.taglib.nested.html
public class NestedFormTag extends FormTag implements NestedNameSupport
Since: Struts 1.1
Version: $Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $
Field Summary | |
---|---|
protected String | name
The name |
String | originalNesting |
String | originalNestingName |
Method Summary | |
---|---|
int | doEndTag()
This is only overriden to clean up the include reference |
int | doStartTag()
Overriding to allow the chance to set the details of the system, so that
dynamic includes can be possible |
String | getName()
Return the name. |
String | getProperty()
Get the string value of the "property" property. |
void | release()
Release the tag's resources and reset the values. |
void | setName(String name)
Set the name.
|
void | setProperty(String newProperty)
Setter for the "property" property |
Returns: int JSP continuation directive.
Returns: int JSP continuation directive.
Returns: the property property
Parameters: name The new name
Parameters: newProperty new value for the property