Re: passing attributes to tiles

2005-03-03 Thread Jonathan M Z
Sorry I meant attributes . How do I pass and get them from struts? --- [EMAIL PROTECTED] wrote: > If you mean HTTP request parameters, then they are > accessible from all JSP > pages included in a Tiles definition, since they > share the same HTTP > request. > But remember that it is not a good p

Re: passing attributes to tiles

2005-03-02 Thread brenmcguire
If you mean HTTP request parameters, then they are accessible from all JSP pages included in a Tiles definition, since they share the same HTTP request. But remember that it is not a good practice. It is better to use an Action that, eventually, puts some beans in the request scope and then you acc

passing attributes to tiles

2005-03-02 Thread Jonathan M Z
I am using tiles as the following: However I wish to pass parameters to nav.jsp. how do I do this? thanks __ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web http://birthday.yahoo.com