From 62b4f23fe66efa8524883f77d6f4af5a5167b2a7 Mon Sep 17 00:00:00 2001
From: "Donald J. Brown"
Date: Sun, 7 Jan 2007 05:52:27 +0000
Subject: [PATCH] Cleaning up div javadocs WW-1392
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@493657 13f79535-47bb-0310-9956-ffa450edef68
---
core/src/main/java/org/apache/struts2/components/Div.java | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
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
*
@@ -82,9 +82,9 @@ import com.opensymphony.xwork2.util.ValueStack;
* - type: 'before' before the request is made, 'load' when the request succeeds, or 'error' when it fails
* - request: request javascript object, when type='load' or type='error'
*
-
+ *
*
- * Examples
+ * 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")