Re: Merging Tiles body into tile definition

2002-11-20 Thread Cedric Dumoulin
Brian Topping wrote: Hue, Dirk, Thanks for your input. I tried with tiles:put name=body direct=true and found that to work just great. Maybe I shouldn't care, but Dirk, do you know a subtle advantage to using type=string instead of direct=true? Both are the same. type=string is the

RE: Merging Tiles body into tile definition

2002-11-08 Thread Hue Holleran
Sorry if this is lame, do you need a direct=true on the tiles:put name=body ... never tried doing this but I assume you're using a tiles:insert... not a tiles:getAsString... in the template so you may need to indicate direct here? Hue. -Original Message- From: Brian Topping

Re: Merging Tiles body into tile definition

2002-11-08 Thread Postfach 4711
Hello Brian, you should use tiles:put name=body type=string instead of tiles:put name=body Friday, November 8, 2002, 4:38:55 PM, you wrote: BT Good day all, happy Friday! BT I'm building another application using tiles (hopefully this one will ship BT sooner than the others :-) and coming

RE: Merging Tiles body into tile definition

2002-11-08 Thread Brian Topping
10:44 AM To: 'Struts Users Mailing List' Subject: RE: Merging Tiles body into tile definition Sorry if this is lame, do you need a direct=true on the tiles:put name=body ... never tried doing this but I assume you're using a tiles:insert... not a tiles:getAsString... in the template so