0

How to include zul file in jsp file

asked 2013-07-17 18:08:53 +0800

pallagadda gravatar image pallagadda flag of India
1 1

Hi I want to include zul file in jsp file, because I need <xel-method> directive to implement custom function but this directive is not working in jsp So, 1) how can I include zul in jsp file ? 2) Is there any alternative to implement custom function in jsp instead <xel-method> directive ? Could you please let me know the solution for above problem

Thanks in advance

delete flag offensive retag edit

Comments

Thanks for replying.. <jsp:include page="spreadsheet.zul"/> I used above code in jsp file but I am getting result as some part of webpage only, so i want to display spreadsheet in entire webpage.. Please let me know the solution for this

pallagadda ( 2013-07-18 12:55:31 +0800 )edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-07-18 02:05:26 +0800

jimmyshiau gravatar image jimmyshiau
4921 5
http://www.zkoss.org/ ZK Team

Hi

You can use jsp:include tag.

<jsp:include page="foo.zul"/>

please refer to Use ZK JSP Tags instead of ZK Filter

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: 2013-07-17 18:08:53 +0800

Seen: 78 times

Last updated: Jul 18 '13

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