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



Mar 14, 2011, 12:48 PM
51 Posts

Domino View component not working in IE8 / SAFARI / ...

  • Category: Other
  • Platform: Windows
  • Release: 8.5.2
  • Role: Developer
  • Tags:
  • Replies: 4
On an empty Xpage , I'm adding a view control.
When previewing in the Notes Client , everything works fine. I don't have errors and I can see the data.
When previewing in IE8 I get a runtime error :  java.lang.NullPointerException and the page doesn't render
Herewith the source code :
 

<?xml version="1.0" encoding="UTF-8"?>

<xp:view xmlns:xp="http://www.ibm.com/xsp/core">

<xp:viewPanel rows="30" id="viewPanel1">

<xp:this.facets>

<xp:pager partialRefresh="true" layout="Previous Group Next"

xp:key="headerPager" id="pager1">

</xp:pager>

</xp:this.facets>

<xp:this.data>

<xp:dominoView var="view1" viewName="artikelklasse"></xp:dominoView>

</xp:this.data>

<xp:viewColumn columnName="art_klasse_van_artikelklasse"

id="viewColumn1">

<xp:viewColumnHeader value="Artikelklasse"

id="viewColumnHeader1">

</xp:viewColumnHeader>

</xp:viewColumn>

</xp:viewPanel></xp:view>

 
 
It seems the problem is in the pager. 
When I remove the pager everything works fine in notes and IE8. 
What's wrong with this pager ?
 
Mar 14, 2011, 3:05 PM
39 Posts
Re: Domino View component not working in IE8 / SAFARI / ...
Are your server and designer running the same version? 
Mar 14, 2011, 3:32 PM
51 Posts
Re: Domino View component not working in IE8 / SAFARI / ...
Server is 8.5.1
Designer is 8.5.2 
Mar 14, 2011, 5:01 PM
39 Posts
Re: Domino View component not working in IE8 / SAFARI / ...
When you are building your code, you are building with 8.5.2 from the designer, I would say that is probably your problem, I would try downgrading your designer to 8.5.1 and rebuilding the code.  Then your server and client would be running the same code.  Thanks
 
-Toby
Mar 15, 2011, 12:42 PM
51 Posts
Re: Domino View component not working in IE8 / SAFARI / ...
 Problem solved !
 
I didn't change anything of this code. 
 
Just restarted the server.... 
any idea what was wrong with the server ? 
what wasn't started on the server ? 

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