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
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
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
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
4 matches
Mail list logo