org.apache.struts.taglib.nested.bean
public class NestedMessageTag extends MessageTag implements NestedNameSupport
Since: Struts 1.1
Version: $Rev: 54929 $
Field Summary | |
---|---|
String | originalName |
String | originalProperty |
Method Summary | |
---|---|
int | doEndTag()
Complete the processing of the tag. |
int | doStartTag()
Overriding method of the heart of the matter. |
void | release()
Release the tag's resources and reset the values. |
Returns: int to describe the next step for the JSP processor
Throws: JspException for the bad things JSP's do
Returns: int JSP continuation directive. This is in the hands of the super class.