Re: tiles insert question...

2003-02-19 Thread Cedric Dumoulin
Hi, In the early jsp specs, it is explicitly said that it is not possible to perform a flush inside a tag implementing BodyTag. Tiles perfrom a flush, and iterate is implemented as BodyTag. So this wasn't work. This should work in latest jsp spec, but I think that should implement another

tiles insert question...

2003-02-13 Thread ajTreece
I'm trying to set up some tiles portals that are defined via a HashMap from a DB query. I thought I had it figured out, but it's not cooperating. The iteration works... I've tested it without the tiles code. When I insert the tiles code in the jsp below I get the following output: Can't inse