Cross Tabs with Jasper

2005-11-06 Thread Meenakshi Singh
Hi All, I want to create cross tab reports with Jasper reports. Would anyone plz help. Is there any free designer which will help me create cross tab reports? I have tested ireport..it doesn't support cross tabs till now. plz help, it's urgent Meenakshi. -

Re: struts-validator.tld question

2005-11-06 Thread Yujun Liang
Please check web.xml /tags/struts-validator ? Good luck On 11/4/05, Jim Reynolds <[EMAIL PROTECTED]> wrote: > > I want to try and use some client-side validation on a project. I have > used > the server-side quite a bit in the past. Anyway, I found an example of how > this would work, and

Re: Validator 1.2.0 RC3 now available for review

2005-11-06 Thread Paul Benedict
...as long as you don't have 12 betas like Tapestry :-) __ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com - To unsubscribe, e-mail: [EMA

Re: Validator 1.2.0 RC3 now available for review

2005-11-06 Thread Adam Hardy
Aah, so this is why you were too busy to make it to the user group meet-up, Niall! ;) Niall Pemberton on 03/11/05 15:48, wrote: On 11/3/05, David G. Friedman <[EMAIL PROTECTED]> wrote: Niall, Some of those listed extensions are long awaited. :) Regards, David Great, if you get a chance

[Possible OT ] Re: report creation architecture

2005-11-06 Thread Martin Gainty
Good Call The 39.95 pricetag + VAT would be worth it if I could print FOP standards based document From what I could surmise iText allows printing of an instantiated JFreeChart img (jpg/gif) via this construct com.lowagie.text.pdf.PdfContentByte.addImage(Image.getInstance("watermark.jpg"));

Re: report creation architecture

2005-11-06 Thread Borut Hadžialić
Hi, in my report generating web aplication I use JasperReports to make Pdf and Excel reports. The aplication doesnt store generated reports anywhere - it generates reports on demand and just sends them as the response (or maybe as part of the response, I am not sure yet) . That means that you do

report creation architecture

2005-11-06 Thread Rivka Shisman
Hi friends I need help with a design question (not directly connected to struts): I have a J2EE application that works on an application server (WEBSPHERE) and also a database server. When clients run requests for various reports - where should the report files be created? I don't want th