Author: mrdon
Date: Sat Jan 6 21:55:26 2007
New Revision: 493658
URL: http://svn.apache.org/viewvc?view=rev&rev=493658
Log:
Trying again to clean div javadocs
WW-1392
Modified:
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Div.java
Modified:
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Div.java
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Div.java?view=diff&rev=493658&r1=493657&r2=493658
==============================================================================
---
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Div.java
(original)
+++
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Div.java
Sat Jan 6 21:55:26 2007
@@ -31,12 +31,12 @@
/**
* <!-- START SNIPPET: javadoc -->
* The div tag when used on the ajax theme, provides a remote call
- * from the current page to update a section of content without having to
refresh the entire page.<p/>
- *
- * It creates a HTML <DIV /> that obtains it's content via a remote
XMLHttpRequest call via
- * the dojo framework.<p/>
- *
+ * from the current page to update a section of content without having to
refresh the entire page.
* <p>
+ * It creates a HTML <DIV /> that obtains it's content via a remote
XMLHttpRequest call via
+ * the dojo framework.
+ * </p>
+ * <div>
* <!-- START SNIPPET: ajaxJavadoc -->
* <B>THE FOLLOWING IS ONLY VALID WHEN AJAX IS CONFIGURED</B>
* <ul>
@@ -76,15 +76,14 @@
* 'listenTopics' comma separated list of topics names, that will trigger a
request
* 'indicator' element to be shown while the request executing
* 'showErrorTransportText': whether errors should be displayed (on
'targets')</p>
- * 'notifyTopics' comma separated list of topics names, that will be
published. Three parameters are passed:<p>
+ * 'notifyTopics' comma separated list of topics names, that will be
published. Three parameters are passed:
* <ul>
* <li>data: html or json object when type='load' or type='error'</li>
* <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>
+ * </div><p> <b>Examples</b>
*
* <pre>
* <!-- START SNIPPET: example -->