mirror of
https://github.com/apache/struts.git
synced 2026-09-11 08:39:39 +00:00
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:
@@ -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>
|
||||
*
|
||||
* <sx:a beforeNotifyTopics="/before">Publish topics</s:a>
|
||||
* <sx:a beforeNotifyTopics="/before">Publish topics</sx:a>
|
||||
* <!-- END SNIPPET: examples -->
|
||||
* </pre>
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user