• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Crystal Report in JSF not refreshing with new parameters

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to show a Crystal Report from my JSF program using this code in my jsp:
<hx:scriptCollector id="scriptCollector1">
<h:form id="form1" styleClass="form">
<bocrv:reportPageViewer
reportSource="#{reportWrapper4.reportSource}"
viewerName="CrystalViewer"
allowDatabaseLogonPrompting="false"
databaseLogonInfos="#{pc_myReport.conInfo}"
allowParameterPrompting="false"
parameterFields="#{pc_myReport.param}"></bocrv:reportPageViewer>
</h:form></hx:scriptCollector>
The first time the report runs the parameters are set fine and the report shows correctly. When I close the report and select new parameters and run the report again, the report runs with my old parameters. Has anyone else run into this problem?

Thanks so much.
Jen
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic