Have you looked at the struts-example.war?

James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -----Original Message-----
> From: Struts Newsgroup [mailto:@[EMAIL PROTECTED]]
> Sent: Tuesday, July 23, 2002 1:10 PM
> To: [EMAIL PROTECTED]
> Subject: Is it possible to get message as a String from ActionMessage?
>
>
> 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]>



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

Reply via email to