This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Oct 24, 2012, 2:08 PM
11 Posts

Difference between F5 and 'Full Update'

  • Category: Extension Library
  • Platform: Windows
  • Release: 8.5.3
  • Role: Developer
  • Tags: JDBCQuery full update
  • Replies: 0
Hi,
I have an editable field - sessionscope variable where I type in a value. 

     <xp:inputText id="inputText2" value="#{sessionScope.ViewClosingDate}"> </xp:inputText>

 
I have a viewPanel with JDBCQuery with one parameter using this sessionscope variable

     <xp:this.data> <xe:jdbcQuery var="view2" connectionName="mssql" sqlQuery="select * from timekeeping.dbo.TKInput$ where TKInput$.InpClosingDate = ?">

 <xe:this.sqlParameters> <xe:sqlParameter value="#{javascript:sessionScope.ViewClosingDate}"> </xe:sqlParameter> </xe:this.sqlParameters>

     </xe:jdbcQuery> </xp:this.data>

 
 I have a button that does a refresh of my view panel

     <xp:eventHandler event="onclick" submit="true" refreshMode="partial" immediate="false" save="true" refreshId="viewPanel2">

     </xp:eventHandler>

 
However the viewpanel won't refresh by clicking the button.
If I click the button, then press F5, the viewpanel will update. 
 
Can someone help me on this item ? I'm struggling with this for days now. 
 
Thanks in advance ! 
An 

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal