Re: Exposing an attribute using tiles

2006-08-04 Thread Antonio Petrelli
Per Jørgen Walstrøm ha scritto: Hello again, Antonio's solution seemed to work fine to start with, but whenever my collection region1Papers contains more than one outageElement, it seems like only one of the outageElements is imported into nextPage.jsp. Ok it seems like a bug, I someway exp

Re: Exposing an attribute using tiles

2006-08-04 Thread Per Jørgen Walstrøm
etrelli Sendt: 3. august 2006 17:39 Til: Struts Users Mailing List Emne: Re: Exposing an attribute using tiles Beans are not passed automatically to a tile, but they can be passed as attributes. Rewrite the first piece this way: And

Re: Exposing an attribute using tiles

2006-08-03 Thread Antonio Petrelli
Per Jørgen Walstrøm ha scritto: and my nextPage.jsp contains this: Beans are not passed automatically to a tile, but they can be passed as attributes. Rewrite the first piece this way: And your nextpag

RE: Exposing an attribute using tiles

2006-08-03 Thread Samere, Adam J
Tiles assembles pages using dynamic (runtime) inclusion. The logic:iterate tag defines a page scoped attribute under the key specified by the id tag attribute. The nextPage.jsp will have it's own pageContext, so the outageElement is not visible. Perhaps you could put the outageElement into requ