mirror of
https://github.com/apache/struts.git
synced 2026-08-06 15:17:00 +00:00
fix a typo
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@470347 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -67,7 +67,7 @@ import com.opensymphony.xwork2.util.ValueStack;
|
||||
*
|
||||
* <!-- START SNIPPET: examplesdescription -->
|
||||
* <p>This example instantiates a bean called SimpleCounter and sets the foo property (setFoo('BAR')). The
|
||||
* SimpleCounter object is then pushed onto the Valuestack, which means that we can called its accessor methods (getFoo())
|
||||
* SimpleCounter object is then pushed onto the Valuestack, which means that we can call its accessor methods (getFoo())
|
||||
* with the Property tag and get their values.</p>
|
||||
* <p/>
|
||||
* <p>In the above example, the id has been set to a value of <i>counter</i>. This means that the SimpleCounter class
|
||||
|
||||
Reference in New Issue
Block a user