WW-2732 Document that the Text tag will search the stack if a key is not found on a resource

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@727533 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2008-12-17 22:05:17 +00:00
parent f8166d5e8b
commit 5ebf37efba
@@ -50,8 +50,10 @@ import com.opensymphony.xwork2.util.logging.LoggerFactory;
*
* <p/>
*
* If the named message is not found, then the body of the tag will be used as default message.
* If no body is used, then the name of the message will be used.
* If the named message is not found in a property file, then the body of the
* tag will be used as default message. If no body is used, then the stack will
* be searched, and if a value is returned, it will written to the output.
* If no value is found on the stack, the key of the message will be written out.
*
* <!-- END SNIPPET: javadoc -->
*