0

getting classnotfoundexception while opening zul file

asked 2013-06-04 18:46:10 +0800

pallagadda gravatar image pallagadda flag of India
1 1

Hi All I used "apply" attribute in window tag in the zul file. I used same path in apply and class file package also but I am getting following exception org.zkoss.zk.ui.UiException: java.lang.ClassNotFoundException: com.excel.MouseEventsComposer

Please let me know the solution for this problem Thanks in advance

delete flag offensive retag edit

Comments

My zul file is <zk> <window title="ZSS Mouse Events" border="normal" width="100%" height="100%" apply="com.excel.MouseEventsComposer"> <hlayout> <label value="Edit Box:"></label> <textbox id="editBox"></textbox> </hlayout>....

pallagadda ( 2013-06-05 12:06:40 +0800 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-06-04 18:57:43 +0800

sjoshi gravatar image sjoshi flag of India
3493 1 8
http://zkframeworkhint.bl...

How you wrote the code in ZUL You did not mentioned that code here,Please mentioned that code ..this is one way to use apply attribute..

<zk>
  <window border="normal" title="hello" apply="com.fileupload.FilePath">
    <button id="up" upload="true" label="upload" />
    <label id="lbl" />
  </window>
</zk>

FilePath is Java Class

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
1 follower

RSS

Stats

Asked: 2013-06-04 18:46:10 +0800

Seen: 12 times

Last updated: Jun 04 '13

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