Jump to content
We've recently updated our Privacy Statement, available here ×

Please help me 2 weeks stoped - I type from Brazil


marciofermino

Recommended Posts

NetBeans + Jasper + Ireport

 

Friends I have a report and one sub-report.

 

Into the ireport when execute the report the ireport he asks a parameter & click em use parameter standard. The report executes. Inside of the NetBeans uses the code:

 

Code:

temp_contatosDataProvider.close();

Map fillParams = new HashMap();
try {
fillParams.put
("LogoURL",
getExternalContext().getResource("/resources/images/logo.jpg"«»));
getApplicationBean1().jasperReport
("rel_contatos", "text/html",
getSessionBean1().getTemp_contatosRowSet(), fillParams);
} catch (Exception e) {
log("Exception generating report", e);
error("Exception generating report: " + e);
}

 

 

 

 

The report is run and the sub-report not to appear ?? "..... and report the ireport he asks a parameter & click em use parameter standard ??????"

 

marciofermino2003@hotmail.com

skype marciofermino

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...