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. "Jason Lea" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Tin Pham wrote: > > Hi, > > > > Individually these all work > > > > deleteBusiness.confirm.p1 = Confir

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 >

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

2003-06-19 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 {0} is correct.

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

2003-06-19 Thread Hrishi Dixit
IL PROTECTED] > Subject: i18n, passing variable into arg0 using bean:message > > > Hi, > > Individually these all work > > deleteBusiness.confirm.p1 = Confirm company {0} is correct. > > > > scope="session" ignore="true"/> > >

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 {0} is correct. Instead of using a literal of esso we want to use the value taken from our formBean, deleteOganizationForm. We have tried various combinations. Can somebody please provide an example? Y

i18n, passing variable into arg0 using bean:message

2003-06-19 Thread Tin Pham
Hi, Individually these all work deleteBusiness.confirm.p1 = Confirm company {0} is correct. Instead of using a literal of esso we want to use the value taken from our formBean, deleteOganizationForm. We have tried various combinations. Can somebody please provide an example? ---