I m using Tapestry latest final release i.e T18
I m using extjs and tapestry both  I had added tapestry component in a tml
page
which also contains extjs component. 
When i run tml only tapestry component get rendered and extjs component get
failed in rendering.
My tml page looks as

<t:Layout xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
<t:ActionBox groupTitle="Forms"
buttons="create,modify,remove,notify,workflow,search"/>
<link rel="stylesheet" type="text/css"
href="${jSPRootURL}/styles/FormList.css" />
<link rel="stylesheet" type="text/css"
href="${jSPRootURL}/src/extjs/resources/css/TreeGrid.css" />
<t:form t:id='test'>
<t:textField id="test1" value="listView"/>
</t:form>

<div id ="formListPanelPosition"></div>

<script type="text/javascript">
var jspRootUrl='${jSPRootURL}';
var leftPanel;
var rightPanel;
var formListGrid;
</script>
<script type="text/javascript"
src="${jSPRootURL}/src/components/BaseTreeGrid.js"></script>
<script type="text/javascript"
src="${jSPRootURL}/src/FormListFunctions.js"></script>
<script type="text/javascript" src="${jSPRootURL}/src/FormList.js"></script>
<script type="text/javascript"
src="${jSPRootURL}/src/formListGrid.js"></script>
</t:Layout>

I had rendered one panel at formListPanelPosition div. but it not rendering
only textfield is rendering 
Please Help me
Thank you

-- 
View this message in context: 
http://www.nabble.com/After-adding-a-tapestry-component%28eg.-Textfield%2Cselect-etc%29-in-a-tml-page-no-extjs-component-is-not-rendering-tp21347163p21347163.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to