1

Location document of the ID using lotus client uses IE (Internet Explorer) as browser. An Xpage with styles applied for Table cell and Tabs (for tabbed panel) works when Xpage is opened on IE. However when same Xpage is opened on Lotus Notes client, styles are not getting applied for Table and Tab panels.However styles are getting applied for panels (for both client and web). All styles are mentioned on CSS which are included on Xpage resource.

Naveen
  • 6,786
  • 10
  • 37
  • 85
prasad katankot
  • 157
  • 1
  • 14

1 Answers1

1

The Notes client caches styles when rendering xpages, and the cache persists even when the client is restarted.

When you have an xpage open in the Notes client, the keyboard shortcut Ctrl-Shift-Delete should produce a prompt that says "Delete all private data permanently?".
Click OK on that prompt, then close and reopen the xpage, and any style changes should take effect.

Scott Leis
  • 2,810
  • 6
  • 28
  • 42