Re: i18n, passing variable into arg0 using bean:message

2003-06-24 Thread Tin Pham
On thing that wasn't mentioned. You have to cast to (String) in the scriptlets example as define does not set a type. bean:message key=deleteBusiness.confirm.p1 arg0=%=(String)orgName%/ Jason Lea [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Tin Pham wrote: Hi, Individually

Re: i18n, passing variable into arg0 using bean:message

2003-06-20 Thread Tin Pham
Thanks! I really appreciate your help. I guess JSTL will eventually replace struts custom tags? Jason Lea [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Tin Pham wrote: Hi, Individually these all work deleteBusiness.confirm.p1 = Confirm company b{0}/b is correct.

Re: i18n, passing variable into arg0 using bean:message

2003-06-20 Thread Craig R. McClanahan
On Fri, 20 Jun 2003, Tin Pham wrote: Date: Fri, 20 Jun 2003 02:15:39 -0400 From: Tin Pham [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: i18n, passing variable into arg0 using bean:message Thanks! I really appreciate your help

i18n, passing variable into arg0 using bean:message

2003-06-19 Thread Tin Pham
Hi, Individually these all work deleteBusiness.confirm.p1 = Confirm company b{0}/b is correct. bean:message key=deleteBusiness.confirm.p1 arg0=Esso/ bean:write name=deleteOganizationForm property=organizationName scope=session ignore=true/ Instead of using a literal of esso we want to use the

Re: i18n, passing variable into arg0 using bean:message

2003-06-19 Thread Jason Lea
Tin Pham wrote: Hi, Individually these all work deleteBusiness.confirm.p1 = Confirm company b{0}/b is correct. bean:message key=deleteBusiness.confirm.p1 arg0=Esso/ bean:write name=deleteOganizationForm property=organizationName scope=session ignore=true/ Instead of using a literal of esso we

RE: i18n, passing variable into arg0 using bean:message

2003-06-19 Thread Hrishi Dixit
cell [EMAIL PROTECTED] -Original Message- From: Tin Pham [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 6:04 AM To: [EMAIL PROTECTED] Subject: i18n, passing variable into arg0 using bean:message Hi, Individually these all work deleteBusiness.confirm.p1 = Confirm