Hi! I am new to Struts 2 and would appreciate a little help here.

>From the Struts2 tutorial
(http://struts.apache.org/2.1.8/docs/localizing-output.html), I learnt
that if I have the following messages in my resource bundle:

requiredstring = ${getText(fieldName)} is required.
password = Password
username = User Name

 in package.properties, the validation messages will output "Password
is required" or "User Name is required" depending on the validation
outcome. However, when and where is the 'fieldName' variable
populated? Are there other variables that are populated this way?

Thank you for your attention and time.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to