git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@406385 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Toby Jee
2006-05-14 17:47:20 +00:00
parent 542b63b83e
commit 34ad158dce
2 changed files with 15 additions and 0 deletions
@@ -964,6 +964,13 @@ public abstract class UIBean extends Component {
}
/**
* The template directory.
* @a2.tagattribute required="false"
*/
public void setTemplateDir(String templateDir) {
this.templateDir = templateDir;
}
/**
* The theme (other than default) to use for rendering the element
@@ -733,6 +733,14 @@
<body-content>JSP</body-content>
<description><![CDATA[Render a custom ui widget]]></description>
<attribute>
<name>templateDir</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description><![CDATA[The template directory.]]></description>
</attribute>
<attribute>
<name>theme</name>
<required>false</required>