RE: iReport using Jasper reports

2005-10-21 Thread Thomas Sundberg
> -Original Message- > From: Meenakshi Singh [mailto:[EMAIL PROTECTED] > Sent: den 21 oktober 2005 15:44 > To: Struts Users Mailing List (E-mail) > Subject: iReport using Jasper reports > > Hi all, > > Has anyone used Jasper reports? > I have used the gui tool ireport to generate jasper

Which button was pressed?

2005-07-26 Thread Thomas Sundberg
Hi! I have a form where a user should be able to request a report. The user enters two dates and then presses either a button labeled pdf, html och csv. How can I read in my action which button was pressed? My form looks something like this: The button part of my form looks something like this:

Newbie, How to read values from a to a ActionForm?

2005-07-19 Thread Thomas Sundberg
Hi! I want to read values from a jsp page that contains something like this: role1 role2 role3 I want the values to appear in an ActionForm so I can store them in a database in a corresponding Action. My action-mapping looks some