Hi!

How can I embedd a page in another page?

i have following Homepage

<wicket>
<div id="header" class="borderedBlock">
<table width="100%">
    header text
<br />
    header text 2
</table>
</div>
<table width="100%">
<tr>
<td id="left" class="borderedBlock">
<ul>
<div id="treeTable"><wicket:child /></div>
</ul>
</td>
<td id="content" class="borderedBlock">
<div id="map2"><wicket:child /></div>
</td>
</tr>
</table>
<div id="footer" class="borderedBlock">@ footer footer</div>
</wicket>

now i try to put a map in the content and a tree table at the left side
Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to