diff --git a/core/src/main/java/org/apache/struts2/components/Div.java b/core/src/main/java/org/apache/struts2/components/Div.java index 16cf87efe..017e87c4f 100644 --- a/core/src/main/java/org/apache/struts2/components/Div.java +++ b/core/src/main/java/org/apache/struts2/components/Div.java @@ -36,7 +36,7 @@ import com.opensymphony.xwork2.util.ValueStack; * It creates a HTML <DIV /> that obtains it's content via a remote XMLHttpRequest call via * the dojo framework.
* - * + ** * THE FOLLOWING IS ONLY VALID WHEN AJAX IS CONFIGURED *
Examples * *
* @@ -101,6 +101,7 @@ import com.opensymphony.xwork2.util.ValueStack; *></s:div> * *+ * * */ @StrutsTag(name="div", tldTagClass="org.apache.struts2.views.jsp.ui.DivTag", description="Render HTML div providing content from remote call via AJAX")