mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
WW-1312
git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@406385 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user