WW-1607 Improve anchor's javadoc

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@522028 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2007-03-24 13:31:12 +00:00
parent 1f3104502e
commit 2b3197b1bc
@@ -51,7 +51,7 @@ import com.opensymphony.xwork2.util.ValueStack;
*
* <s:form id="form" action="AjaxTest">
* <input type="textbox" name="data">
* <sx:a>Submit form</s:a>
* <sx:a>Submit form</sx:a>
* </s:form>
*
* <b>Submit form(anchor outside the form)</b>
@@ -73,7 +73,7 @@ import com.opensymphony.xwork2.util.ValueStack;
* });
* </script>
*
* &lt;sx:a beforeNotifyTopics="/before"&gt;Publish topics&lt;/s:a&gt;
* &lt;sx:a beforeNotifyTopics="/before"&gt;Publish topics&lt;/sx:a&gt;
* <!-- END SNIPPET: examples -->
* </pre>
*/