RE: [TILES] Passing attributes to tiles

2003-03-26 Thread Steve Stair
What I was told was that if you think about the layout file as a method being called from the tiles definition, you are sort of calling a sub-method when you try to get to another file from inside the layout file, and when you call another method, if you want that method to be able to access a

[TILES] Passing attributes to tiles

2003-03-25 Thread Sri Sankaran
Using Struts 1.1b3 Consider a simple page layout comprised of two tiles, a body and a (wizard-like) navigation bar. I would like to conditionally disable certain navigational buttons on some pages. I am trying to use the tiles:put and tiles:useAttribute to no avail. Here's a sample tile

RE: [TILES] Passing attributes to tiles

2003-03-25 Thread Sri Sankaran
:12 PM To: Struts Users Mailing List Subject: [TILES] Passing attributes to tiles Using Struts 1.1b3 Consider a simple page layout comprised of two tiles, a body and a (wizard-like) navigation bar. I would like to conditionally disable certain navigational buttons on some pages. I am trying