|
struts always gets the action error from app resources.
lets assume u have
error.sample={0}
in ur application resources
and
errors.add("error", new ActionError("error.sample","<%=
back_end_message %>"));
-- nagi
-------Original Message-------
Date: Thursday, July
17, 2003 02:27:23 PM
Subject: Backen Error
Messages
Hi to all, in struts I only know the error-construct
from actionClass: errors.add("error", new
ActionError("foo.message3"));
But i don�t want to show a message
form ApplicationRessources.properties-File. I get error messages
from a Backen-System and I want to show these Messages on the
jsp-Site. How can I fill the errors-Object with these
values.
Greetings, Manuel
Lenz
--------------------------------------------------------------------- To
unsubscribe, e-mail: [EMAIL PROTECTED] For
additional commands, e-mail: [EMAIL PROTECTED]
. |