Why...because I have no real knowledge of tiles :-) I have found that it is easier to get feedback on partially working code than no code at all. Sometimes someone just needs to start the ball rolling in order to gain momentum.
Are you willing to make these needed changes to the code ? -Steve More On 9/19/07, Antonio Petrelli <ant.....com> wrote: > I've seen the code that you attached to the issue, and I noticed that you > use "ServletTilesRequestContext": it is essentially wrong, since you need to > use JspTilesRequestContext (that makes use of PageContext and JspWriter). > Moreover, I notice that you are using " > BasicTilesContainer.getDefinitionsFactory" instead of delegating the > rendering to the container. Why did you do this? (Notice that it is not an > "accusation" it is simply a question because maybe there is need for a bit > of refactoring of Tiles). > > Antonio >
