Hey all, how to dynamically replace content in a layout?
I've a layout with two components left->menue, right->content. Now I will dynamically build my menue and depending on selection change the content in the content component. But menue and content components are struts modules and the base does not know anything about them. So if it was a frameset I will say <a href"...." target="content" >... in the menue. Is there a way to do something like this with tiles? I've study some articles but found nothing about this. The tiles-definition.xml is a static file, and there is no way to say tiles definition: <put name"content" value="/content.do">, isn't it? Fredy