Wednesday, October 17, 2012

Integrate Dyanmic Jasper Reprot with ZK

Before Starting please read my Last Post For Dynamic Jasper report you have add DynamicJasper-4.0.2.jar in class path .. 1-Java Code for Dynamic Jasper report.
I Used ZK Iframe Here So Slightly Change in the report.zul file This is a Demo code how can you use Dynamic Jasper report with ZK.

Integrate ZK with Jasper Report

Hi i am using ZK6.0.2 Framework for my project and i was trying to integrate Jasper reports with ZK. I followed a Samll talk written by ZK developer and demo worked fine for me and when i tried to integrate the same demo with my application i found some exception like ... And And actual cause of the above issue was the itext.jar file
Note:-I was using itext2.1.4.jar which causing the issue and i updated the jar with itext2.1.7.jar and at last i am able to generate reports.
1-Java and ZUL Code for Integrating Jasper Report Data Class...... Main zul Page.... And report.zul file I tested above code in my application it worked fine .

Saturday, October 13, 2012

Message Box Without any button

With the empty array, it can show the dialog without the buttons. For example, Note :-From ZK-tracker and Solution provided by Jumperchen

Friday, October 12, 2012

How to define Composite Component Globally in Zk

I found Two very good post by ZK Developer ,How we can define Composite component globally...Here are these link... 1-Composite Component 2-Define Composite Component Globally

Monday, October 8, 2012

Zk Disable or Enable Buttons in some condition

Let us suppose i have a Databox in zul page where i have some button i will want if no any record found in Databox my button will be disable then i can do this like this...

Friday, October 5, 2012

ZK Calendar How to Show Selected Period Like Google Calendar

1- Take a variable call displayDateRange This variable will show the selected time period by user in ZK-Calendar for month,day and week ... Java Code for above is.. I am using ZK Wire for Calendar....and My Zul Page Will something like this..How i Used displayDateRange variable in ZUL Page See the Screen Shot for Date Range...