Cleaning up div javadocs

WW-1392


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@493657 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald J. Brown
2007-01-07 05:52:27 +00:00
parent 59c12d8477
commit 62b4f23fe6
@@ -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.<p/>
*
* </p>
* <p>
* <!-- START SNIPPET: ajaxJavadoc -->
* <B>THE FOLLOWING IS ONLY VALID WHEN AJAX IS CONFIGURED</B>
* <ul>
@@ -82,9 +82,9 @@ import com.opensymphony.xwork2.util.ValueStack;
* <li>type: 'before' before the request is made, 'load' when the request succeeds, or 'error' when it fails</li>
* <li>request: request javascript object, when type='load' or type='error'</li>
* <ul>
* </p>
* <!-- END SNIPPET: javadoc -->
* <p/> <b>Examples</b>
* <p> <b>Examples</b>
*
* <pre>
* <!-- START SNIPPET: example -->
@@ -101,6 +101,7 @@ import com.opensymphony.xwork2.util.ValueStack;
*&gt;&lt;/s:div&gt;
* <!-- END SNIPPET: example -->
* </pre>
* </p>
*
*/
@StrutsTag(name="div", tldTagClass="org.apache.struts2.views.jsp.ui.DivTag", description="Render HTML div providing content from remote call via AJAX")