Hi!

I'm new to Struts 2 and trying out the new hierarchival message property
system. I've defined a message file on action level for a page with a form
(AddCustomer.property). Displaying the localized text for the page works
fine. But in my case, the form will be performed by another action
(AddCustomerForm). When the user enters invalid data, the input result leads
to displaying the page again. But as I mentioned above, I got another action
now and the AddCustomer.property has not been referenced again.

How can I solve this problem? Do I really have to code a second file like
AddCustomerForm.properties with the same properties as in
AddCustomer.property?

Thanks, Titus

-- 
View this message in context: 
http://www.nabble.com/Message-properties-on-actions-level-tp21012612p21012612.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to