mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
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:
@@ -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 -->
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user