hi everybody,

              I m having problem using jasperreports.I m using jasperassistant 
in
eclipse.

Kindly tell me how to pass resultset from a servlet/jsp which will be based
on i/p param entered
by user in html.I m using tomcat 5.5.

e.g String command="select * from user where age="+hage+" order by
birthdate";

        ResultSet result=statement.executeQuery(command);

where 'hage' is entered by user in html.

Also please tell me 

1>what files shud b there in tomcat for running such program like any
library file...and where it shud b?

2> what shud b the value of first parameter in
JasperFillManager.fillReportToFile  for .jasper file
 
like whether it shud be relative to current folder or absolute like
c:/programfiles/.........

3>where to put .jrxml &.jasper file in tomcat dir for generating report

i have to also save generated report in MS-Excel format.

-- 
View this message in context: 
http://www.nabble.com/problem-in-passing-resultset-through-a-servlet-to-jasperreports-using-tomcat-tf2905064.html#a8116051
Sent from the jasperreports-questions mailing list archive at Nabble.com.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions

Reply via email to