No JIRA - edit JavaDoc for class to make it clearer how to assign a value to a 
parameter when that value is a literal string 

Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/561063a4
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/561063a4
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/561063a4

Branch: refs/heads/develop
Commit: 561063a4227dd609ccba83880b2d0c6ec2d1e4aa
Parents: cb9f0f5
Author: phillips1021 <phillips1...@hotmail.com>
Authored: Tue Mar 18 09:48:18 2014 -0500
Committer: phillips1021 <phillips1...@hotmail.com>
Committed: Tue Mar 18 09:48:18 2014 -0500

----------------------------------------------------------------------
 .../main/java/org/apache/struts2/components/GenericUIBean.java  | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/561063a4/core/src/main/java/org/apache/struts2/components/GenericUIBean.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/struts2/components/GenericUIBean.java 
b/core/src/main/java/org/apache/struts2/components/GenericUIBean.java
index 64dfabe..9521e1f 100644
--- a/core/src/main/java/org/apache/struts2/components/GenericUIBean.java
+++ b/core/src/main/java/org/apache/struts2/components/GenericUIBean.java
@@ -56,9 +56,8 @@ import com.opensymphony.xwork2.util.ValueStack;
  * engine will be found based on file extension.<p/>
  *
  * <b>Remember:</b> the value params will always be resolved against the 
ValueStack so if you mean to pass a
- * string literal to your component, make sure to wrap it in quotes i.e. 
value="'value1'" otherwise, the the value
- * stack will search for an Object on the stack with a method of getValue1(). 
(now that i've written this, i'm not
- * entirely sure this is the case. i should verify this manana)<p/>
+ * string literal to your component, make sure to wrap it in single quotes 
i.e. value="'value1'" (note the opening "' and closing '" otherwise, the the 
value
+ * stack will search for an Object on the stack with a method of 
getValue1().<p/>
  *
  * <!-- END SNIPPET: javadoc -->
  *

Reply via email to