• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

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
 
He was giving me directions and I was powerless to resist. I cannot resist this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic