Re: Help with checkboxes and nested

2005-02-24 Thread Marco Sindoni
I've found the same problem in the past. No solution found using checkboxes...Solved using a combobox with "yes" and "no" value...Some people I know said there's a Struts problem submitting checkboxes within nested tags...honestly I admit I don't look for a better solution ;) Hope this help Marco

Re: Struts and Jasper Reports

2005-02-25 Thread Marco Sindoni
Hi! Usually in my struts applications I use the compiled jasper file (.jasper), without recompiling the .jrxml at each request. I've created a class named JasperReportExporter: package utils.report; import java.sql.Connection; import java.util.HashMap; import net.sf.jasperreports.engine.JREmptyDa

Re: Validation - Mask

2005-03-24 Thread Marco Sindoni
Any (simple) tool to create and manage regular expressions? Thanks Marco ;) On Thu, 24 Mar 2005 09:28:20 -0800, Jaswinder Kaur <[EMAIL PROTECTED]> wrote: > Thanks a lot. It work > > Thanks > > > -Original Message- > From: Greg Pelly [mailto:[EMAIL PROTECTED] > Sent: Wednesday, Ma

Re: Integrating reports in Struts Framework

2005-05-05 Thread Marco Sindoni
take a look to: http://jasperreports.sourceforge.net/ this is a powerful report engine (exports in pdf, xls, html, cvs) and http://ireport.sourceforge.net/ the best open source jasper report editor tool Bye, Marco ;) - To un