Re: tiles:insert and tiles:put an attribute and the import it to request scope

2005-03-09 Thread wo_shi_ni_ba_ba
thanks that helps --- Tim Christopher <[EMAIL PROTECTED]> wrote: > Try: > http://www.arc-mind.com/papers/advanced-tiles.pdf > > > On Tue, 8 Mar 2005 10:30:58 -0800 (PST), > wo_shi_ni_ba_ba > <[EMAIL PROTECTED]> wrote: > > Tim, > > thanks for the example. What I really want is to > > modify th

Re: tiles:insert and tiles:put an attribute and the import it to request scope

2005-03-08 Thread Tim Christopher
Try: http://www.arc-mind.com/papers/advanced-tiles.pdf On Tue, 8 Mar 2005 10:30:58 -0800 (PST), wo_shi_ni_ba_ba <[EMAIL PROTECTED]> wrote: > Tim, > thanks for the example. What I really want is to > modify the value of the attribute title from > content.jsp and then acess this attribute from >

Re: tiles:insert and tiles:put an attribute and the import it to request scope

2005-03-08 Thread wo_shi_ni_ba_ba
Tim, thanks for the example. What I really want is to modify the value of the attribute title from content.jsp and then acess this attribute from somepage.jsp. How can this be achieved? thank you! --- Tim Christopher <[EMAIL PROTECTED]> wrote: > Not sure if this is what you're asking but here's

Re: tiles:insert and tiles:put an attribute and the import it to request scope

2005-03-08 Thread Tim Christopher
Not sure if this is what you're asking but here's a quick example that shows how to access the information stored in the tiles-defs.xml in a file other than your layout page # Extract from tiles-defs.xml # # Extract from layout.jsp # ---

tiles:insert and tiles:put an attribute and the import it to request scope

2005-03-07 Thread Jonathan M Z
dear folks, I know that I can insert an attribute into a jsp page by using tiles:insert and tiles put as the following: but what if I want to get the value of this attribute from one of its sub jsp pages(eg. nav.jsp) I have tried using to import all the tiles attrib