0

borderlayout and zul included into jsp

asked 2009-09-11 23:23:07 +0800

johnnyright gravatar image johnnyright
78 1

updated 2009-09-11 23:52:13 +0800

Hi

I'm using borederlayout, but my zul page is included into a jsp, it doesn't work when I try the jsp including the zul, but
if I try the zul alone works, How can I make it work?

The code:
my.zul

<zk>
	<borderlayout id="winConferenciasLider" height="100%" width="100%">
		<center border="none" flex="true">
			<div style="background:#FFFFFF" align="center">
				<separator spacing="10px"/>
				<box orient="horizontal" widths="10px,100%,10px">
					<div width="10px" height="100%"/>
				<panel height="165px" title="Ayuda" border="normal" collapsible="true">
				 	<panelchildren>
				 		<html>
							test test
						</html>
				 	</panelchildren>
				 </panel>	
					<div width="10px" height="100%"/>
				</box>
				
			</div>
		</center>
	</borderlayout>	
</zk>



the jsp
<table <table width="100%" border="0" cellpadding="2"
cellspacing="2" height="100%">
<tbody>
	<tr>
		<td>
		<jsp:include page="my.zul"/>
		</td>
	</tr>
</tbody>
</table>



thanks in advance.

delete flag offensive retag edit
Be the first one to reply this discussion!
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2009-09-11 23:23:07 +0800

Seen: 203 times

Last updated: Sep 11 '09

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More