0

JSP/ZUL/Client DOM

asked 2006-09-14 15:44:55 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3914232

By: nobody

If I have a jsp page and I have one portion of that page call a zul page via
include:

<jsp:include page='/zul/test.zul'/>

How would the components within the zul portion of the page access the fields in the html part? If I have a input tag, in the jsp, with an ID of tag1 could the zscript access it simply by tag1? Or do I have to use the client side dom via some zk class?

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2006-09-15 01:38:06 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3914885

By: henrichen

No. That input is not "managed" by ZK. (ZK got no idea there exists such input)

The only way that you can pass some information is via request parameter <jsp:include page='/zul/test.zul?somekey=somevalue'>

link publish delete flag offensive edit
Your reply
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: 2006-09-14 15:44:55 +0800

Seen: 210 times

Last updated: Sep 15 '06

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