Subject: Is it possible to get message as a String from ActionMessage?
From: "Matt Raible" <[EMAIL PROTECTED]>
 ===
I want to do something like the following:

// construct the subject of the e-mail
String subject = new
ActionMessage("courseCatalog.email.subject").toString();
....
requestForm.setSubject(subject);

But I get a "subject" of:

org.apache.struts.action.ActionMessage@b95f2

Any ideas?

Matt




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to