Select Page

When validation fails, give ’em some space

In my current project I was tidying up validation message controls and decided to us Ye Olde facesContext to help me out.The issue is that in this application every single custom control that displays data is dynamically bound to its data source.  In addition,...

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....