RE: [Q] Accessing struts-tiles attribute in a bean?

2003-03-17 Thread Hue Holleran
:02 To: 'Struts Users Mailing List' Subject: RE: [Q] Accessing struts-tiles attribute in a bean? Yeah, I'm exacly the same with Velocity. It is clean as a whistle, but I've gotta have my Tiles :) Scott Barr www.exergonic.com.au On Mon, 2003-03-17 at 04:49, Hue Holleran wrote: Not sure

RE: [Q] Accessing struts-tiles attribute in a bean?

2003-03-17 Thread Kola Oyedeji
'; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [Q] Accessing struts-tiles attribute in a bean? Ted (Husted) has created a 'tiles for Velocity'. He did qualify that by saying it was not as fully-featured as Cedric's - as I think original tiles took a good while to develop - but Ted's

Re: [Q] Accessing struts-tiles attribute in a bean?

2003-03-17 Thread Ted Husted
Hue Holleran wrote: Ted - what's the chance of posting your views (or pointing us to a link) on how you're using Velocity with Struts. I did have another look at Velocity after your presentation but I still don't think I can do without tiles - even with the promise of 'cross platform'

RE: [Q] Accessing struts-tiles attribute in a bean?

2003-03-17 Thread Hue Holleran
tiles-documentation.war http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED] he.orgmsgNo=64863 -Original Message- From: Kola Oyedeji [mailto:[EMAIL PROTECTED] Sent: 17 March 2003 09:31 To: 'Struts Users Mailing List' Subject: RE: [Q] Accessing struts-tiles attribute in a bean? Hi I've

RE: [Q] Accessing struts-tiles attribute in a bean?

2003-03-17 Thread Hue Holleran
code and try some examples before posting again. H. -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: 17 March 2003 09:31 To: Hue Holleran Cc: 'Struts Users Mailing List'; [EMAIL PROTECTED] Subject: Re: [Q] Accessing struts-tiles attribute in a bean? Hue Holleran wrote

RE: [Q] Accessing struts-tiles attribute in a bean?

2003-03-16 Thread Hue Holleran
Not sure of 'best' way to this but I think this may work: tiles:useAttribute name=booboo classname=java.lang.String / ... bean:message key=%=booboo% / Yes, I agree tiles is great - been looking at Velocity again just recently but I just don't think I could live without tiles now. There always

RE: [Q] Accessing struts-tiles attribute in a bean?

2003-03-16 Thread Scott Barr
Yeah, I'm exacly the same with Velocity. It is clean as a whistle, but I've gotta have my Tiles :) Scott Barr www.exergonic.com.au On Mon, 2003-03-17 at 04:49, Hue Holleran wrote: Not sure of 'best' way to this but I think this may work: tiles:useAttribute name=booboo

Re: [Q] Accessing struts-tiles attribute in a bean?

2003-03-16 Thread Dan Allen
Not sure of 'best' way to this but I think this may work: tiles:useAttribute name=booboo classname=java.lang.String / ... bean:message key=%=booboo% / ...or with bean-el you can do bean:message key=${booboo}/ I do this as well as tiles does not support localization just yet. However,