0

Popup using JSP on click of spreadsheet cell

asked 2013-07-31 05:35:53 +0800

phasthal gravatar image phasthal
5 3

updated 2013-07-31 05:37:10 +0800

Need to open a popup on click of excel cell, for which I have implemented popup by using

Window window = (Window) Executions.createComponents("./popup.zul",
                null, null);

But, I need a jsp instead of zul file for popup, and above api is not supported for jsp.

Is there any other API to implement popup which supports jsp file.

delete flag offensive retag edit

Comments

I need jsp because, need to use some struts tags to interact with respective action/action form classes. I think ZUL file is not supporting those struts tags otherwise I am fine with even zul file for popup implementation.

phasthal ( 2013-08-01 08:21:21 +0800 )edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2013-08-01 07:28:41 +0800

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

Hi phasthal,

The createComponents API can attach a JSP page into zul page, but the ZK component in the JSP page cannot access the ZK component in the outer zul page, can you tell us why you need attach a JSP file? if you just need to use native HTML tage, you can use ZK HTML tag solution: http://books.zkoss.org/wiki/ZK%20Developer's%20Reference/UI%20Patterns/HTML%20Tags

link publish delete flag offensive edit
0

answered 2013-08-01 08:26:43 +0800

phasthal gravatar image phasthal
5 3

Hi jimmyshaiu, I need jsp because, need to use some struts tags to interact with respective action/action form classes. I think ZUL file is not supporting those struts tags otherwise I am fine with even zul file for popup implementation.

link publish delete flag offensive edit

Comments

Hi jimmyshiau, is this is feasible to do?

phasthal ( 2013-08-08 09:04:28 +0800 )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
1 follower

RSS

Stats

Asked: 2013-07-31 05:35:53 +0800

Seen: 15 times

Last updated: Aug 01 '13

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