layout with java tiles Integration issue

hi,



we are using DHTMLX licensed version2.0.



we have java tiles (1 for header and 1 for footer and 1 for right side) and in the body part we want to implement dhtmlxlayout, but the thing is all tiles are disabled, only the dhtmlxlayout only we can able to navigate.





how to we fix the issue ?








Hello,


Could you, please, provide the sample or direct link to reproduce the issue ?

HeaderTemplate.jsp was disabled  here

<tiles:insert template=’…/…/HeaderTemplate.jsp’>
    <tiles:put name=‘title’ content=‘ATT Tech’ direct=‘true’ />
    <tiles:put name=‘onload’ content=‘AppContentLoad();’ direct=‘true’ />
    <tiles:put name=‘pageTitle’ content=‘ATT Billing Process’
        direct=‘true’ />
    <tiles:put name=‘path’ content=’’ direct=‘true’ />
    <tiles:put name=‘contents’
        content=’/application/ATT/BillingInfo.action’ />
</tiles:insert>



function getLayOut() {
    dhxLayout = new dhtmlXLayoutObject(“myID”, “3J”);
    dhxGrid=dhxLayout.cells(“a”).attachGrid();
    dhxGrid=dhxLayout.cells(“b”).attachTabber();
    dhxGrid=dhxLayout.cells(“c”).attachToolBar();
    …
}


Unfortunately, the provided snippet is not enough to reproduce the issue.


Could you please provide the direct link ? (You can also send it at support@dhtmlx.com)