Re: Struts2 Tiles: specify the part of template that is to be rendered [SOLVED]

2010-01-17 Thread Stephan R. Mueller
Am 17.01.2010 um 09:08 schrieb Antonio Petrelli: > 2010/1/17 Stephan R. Mueller : >> Hi list. >> >> I'm playing with tiles and currently, I'm only able >> insert the full code of a template. Is there a way >> to define what part of a template is about to be >> inserted? like: >> >> template >>

Re: Struts2 Tiles: specify the part of template that is to be rendered

2010-01-17 Thread Antonio Petrelli
2010/1/17 Stephan R. Mueller : > Hi list. > > I'm playing with tiles and currently, I'm only able > insert the full code of a template. Is there a way > to define what part of a template is about to be > inserted? like: > >  template >   >  random stuff >   >    only this section will be inserted

Struts2 Tiles: specify the part of template that is to be rendered

2010-01-16 Thread Stephan R. Mueller
Hi list. I'm playing with tiles and currently, I'm only able insert the full code of a template. Is there a way to define what part of a template is about to be inserted? like: template random stuff only this section will be inserted other random stuff I'm missing this, sin