Select Page

When things go wrong, check the source

Domino Designer does not always update the source code nor does it always make it obvious that an error exists within your XPage code.This nasty little issue, although infrequent, can result in a great deal of time wasted when you are making changes and...

Make a form. Save yourself some time.

Do you need a form for an XPage? No.  Can it makes things easier/faster for you?  Yes.  Here’s how.I create simple unformatted forms for my documents because I often have the fields for a document spread across multiple custom controls....

Make a become a using the tagName property!

XPages generate specific HTML tags for controls.Consider the Computed Field control…by the time it reaches the client it becomes a <span> element.You can override the default HTML tag name via the tagName property on many controls.Maybe you want your...

Use Firebug to expand that Stuck Stack Trace

I am pretty sure I am the only one who gets XPage errors (feels like it some days) but just in case I am not…Sometimes the “twistie” that shows the XPage Stack Trace is collapsed and will not respond to a click.What to do?  Use Firebug of...