| Latest 7 Posts |
Quick Tip: Creating type ahead help in your Java Classes Sun, Dec 23rd 2012 574
|
Making enableModifiedFlag Work Across Tabs in a Tabbed Panel Thu, Feb 16th 2012 236
|
Notes Doclinks going to the wrong server? Thu, May 19th 2011 216
|
XSP.isViewPanelRowSelected: How to confirm if documents are selected in your XPage view control Mon, May 16th 2011 267
|
XPage: Unresolved compilation problem: The code for the static initializer is exceeding the 65535 bytes limit Thu, Feb 3rd 2011 185
|
Shared Actions Not Replicating? Thu, Feb 3rd 2011 167
|
| Top
10 |
Quick Tip: Creating type ahead help in your Java Classes Sun, Dec 23rd 2012 574
|
XSP.isViewPanelRowSelected: How to confirm if documents are selected in your XPage view control Mon, May 16th 2011 267
|
Making enableModifiedFlag Work Across Tabs in a Tabbed Panel Thu, Feb 16th 2012 236
|
Notes Doclinks going to the wrong server? Thu, May 19th 2011 216
|
XPage: Unresolved compilation problem: The code for the static initializer is exceeding the 65535 bytes limit Thu, Feb 3rd 2011 185
|
Shared Actions Not Replicating? Thu, Feb 3rd 2011 167
|
|
|
| Recent Blog Posts |
574

|
Quick Tip: Creating type ahead help in your Java Classes 
Sun, Dec 23rd 2012 11:08a Glen Urban Want to create type ahead help like this?... You need to add comments to your code like this... Things to remember You start the comments with /** and end with */ Comments should appear im ... [read] Keywords: java
|
236

|
Making enableModifiedFlag Work Across Tabs in a Tabbed Panel 
Thu, Feb 16th 2012 3:08p Glen Urban Problem Setting the enableModifedFlag on an XPage... will warn the user if they try to navigate away from the XPage without saving data. However in a Tabbed Panel this doesn't always work. For ... [read] Keywords: xpages |
216

|
Notes Doclinks going to the wrong server? 
Thu, May 19th 2011 3:13p Glen Urban When you generate emails with doclinks are users complaining it takes them to a server on the other side of the world? If so, take a look at the Catalog on the server specified as the "Catalog/domain ... [read] Keywords: notes
notes client
server
|
267

|
XSP.isViewPanelRowSelected: How to confirm if documents are selected in your XPage view control 
Mon, May 16th 2011 2:08p Glen Urban How do you make your XPage buttons work like the standard "Simple Action" Delete button and prompt you if you haven't selected any documents? If you look at the HTML source of an XPage with a delete ... [read] Keywords: xpages |
185

|
XPage: Unresolved compilation problem: The code for the static initializer is exceeding the 65535 bytes limit 
Thu, Feb 3rd 2011 3:18p Glen Urban When adding an XPage front-end to an existing Notes client application I came across the following error message previewing the XPage: "Unresolved compilation problem: The code for the static initial ... [read] Keywords: notes
notes client
xpages application
|
167

|
Shared Actions Not Replicating? 
Thu, Feb 3rd 2011 2:08p Glen Urban I came across a strange problem where modifications to existing Shared Actions, and new Shared Actions, did not replicate from local replica to server, or from server to server. After a lot of head sc ... [read] Keywords: notes
notes client
server
|
|