0

Inter web app problem

asked 2014-10-15 11:04:58 +0800

wigberto gravatar image wigberto
52 4

updated 2014-10-15 12:23:37 +0800

I realize a test of inter web app but i don't achieve that it works. I have the following pages: App1 index.zul:

<?page title="Auto Generated index.zul"?>
<window title="Hello World!!" border="normal" width="200px">
<label value="You are using: ${desktop.webApp.version}"/>
<include src="~App2/index.zul"/> 
</window>

App2 index.zul:

<?page title="Auto Generated index.zul"?>
<window title="Hello World!!" border="normal" width="200px">
<label value="You are using: ${desktop.webApp.version}"/>
</window>

And i have the error in Eclipse:

GRAVE: Servlet.service() para servlet zkLoader lanzó excepción
org.zkoss.zk.ui.UiException: Page not found: ~app2/index.zul

I have error in tomcat: java.lang.StackOverflowError

I have to set some thing more... Thank you

delete flag offensive retag edit

1 Answer

Sort by » oldest newest most voted
0

answered 2014-10-16 20:55:54 +0800

meulen gravatar image meulen
1

I get the same error on Jboss 5.1

link publish delete flag offensive edit
Your answer
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
2 followers

RSS

Stats

Asked: 2014-10-15 11:04:58 +0800

Seen: 13 times

Last updated: Oct 16 '14

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