Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by dhtmlxUser on Mar 19, 2009 09:03
open dhtmlx forum
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 ?



Answer posted by Alex (support) on Mar 19, 2009 09:18

Hello, 

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

Answer posted on Mar 19, 2009 09:28
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();
    ............
}
Answer posted by Alex (support) on Mar 19, 2009 10:19

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)