Hi Folks, back in my struts days, there was a "target=" syntax that allowed the rendering of specific logic to land within a specific area of a page... or a frameset?
I am not using frames... just divs and spans in a typical tapestry layout. header menu nav | body footer Is there a tapestry component or language construct that will permit me to specify a whole TML file targeted to a specific layout block on a page? I have a bunch of pages to do (footer.tml, help.tml, contact.tml, rights.tml, etc...) and want to target them to specific DIV id'd parts of my page. Just looking for the best practice or general practice. Any tips are appreciated. Thanks