Skip to main content link. Accesskey S
  • Help
  • HCL Logo
  • HCL Notes and Domino Application Development wiki
  • THIS WIKI IS READ-ONLY. Individual names altered for privacy purposes.
  • HCL Forums and Blogs
  • Home
  • Product Documentation
  • Community Articles
  • Learning Center
  • API Documentation
Search
Community Articles > Developing Applications > Developing XPage Applications > Accessing an Image Resource as a Favicon on XPages
  • Share Show Menu▼
  • Subscribe Show Menu▼

Recent articles by this author

XPages: Combining Languages

XPages has a number of languages, but there's nothing stopping you combining them. This article outlines the languages available with examples for mixing languages, to help speed up your coding and confidence with XPages

Creating a Live Text Widget to Launch an Authenticated XPage

Here is a video to show how to create a Live Text widget to launch an authenticated XPage in the Notes Client (8.0.x or above)

Dojox Charting Tutorial for XPages Part Two

Since my initial post I did some more investigation and I'm now showing how to click through from a chart to content. With this you can make a powerful dashboard with good performance

Launching First Attachment From a View in XPages

Today I picked up a query about how to launch the first attachment in a document from a view panel in XPages. My initial thought was to use the XPages @AttachmentNames function, but that doesn't work. Instead I have two alternatives, which may also offer thoughts

Accessing an Image Resource as a Favicon on XPages

Favicons (like the Lotus Notes image on the tab and address bar when you're looking at this page in your browser) help give your website application the personal touch. But there's something you need to be careful about...
Community articleAccessing an Image Resource as a Favicon on XPages
Added by ~Tanita Dwojipychekynds | Edited by ~Tanita Dwojipychekynds on March 26, 2010 | Version 3
  • Actions Show Menu▼
expanded Abstract
collapsed Abstract
Favicons (like the Lotus Notes image on the tab and address bar when you're looking at this page in your browser) help give your website / application the personal touch. But there's something you need to be careful about...
Tags: XPages, Web apps
ShowTable of Contents
HideTable of Contents
    • 0.1 About the Author
Favicons can help give your web applications the personal touch. If you save it as an image resource in your application and Anonymous access is Reader or above, there is no problem. However, if Anonymous is No Access, the favicon will not show, even for authenticated users. For some reason the favicon is accessed using Anonymous access. So if Anonymous should have no access, you need to allow Anonymous to Read Public Documents and tick "Available to Public Access users" on the Security image resource. This is the same whether your favicon is referenced in specific XPages or in the application theme.
 
If you want to make your favicon application-wide, you can include it in a theme with the following code:
 
<control>
<property>
<name>pageIcon</name>
<value>favicon.ico</value>
</property>
</control>
 
 

About the Author

Paul Withers is a Domino Developer at Intec Systems Ltd. The original post of this and other tips / observations / tutorials are available at the Intec Blogexternal link 

  • Actions Show Menu▼


expanded Attachments (0)
collapsed Attachments (0)
Edit the article to add or modify attachments.
expanded Versions (3)
collapsed Versions (3)
Version Comparison     
VersionDateChanged by              Summary of changes
This version (3)Mar 26, 2010, 9:49:24 PM~Tanita Dwojipychekynds  
2Mar 26, 2010, 9:47:56 PM~Karl Kigerosterikle  
1Mar 26, 2010, 9:47:18 PM~Karl Kigerosterikle  
expanded Comments (0)
collapsed Comments (0)
Copy and paste this wiki markup to link to this article from another article in this wiki.
Go ElsewhereStay ConnectedAbout
  • HCL Software
  • HCL Digital Solutions community
  • HCL Software support
  • BlogsDigital Solutions blog
  • Community LinkHCL Software forums and blogs
  • About HCL
  • Privacy
  • Accessibility