0

passing data from zul page to jsp / html page

asked 2005-12-23 00:56:44 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


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

By: nobody

How to passing data from zul page to jsp / html page??
Can any pro help.

delete flag offensive retag edit

2 Replies

Sort by ยป oldest newest

answered 2005-12-23 02:43:09 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


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

By: samyem

Why not use query strings?

link publish delete flag offensive edit

answered 2005-12-23 04:45:33 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


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

By: tomyeh

Yes, query string is the simplest way.

If you want to pass objects other than strings, you could use the request's attributes.

<zscript>
requestScope.put("my", new MyClass());
</zscript>

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: 2005-12-23 00:56:44 +0800

Seen: 1,018 times

Last updated: Dec 23 '05

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