Blog Archives

Learning XPages Part 36 : Saving The Document And Hiding The Actions

For either the client side or server side validation that we covered in the last few section to do its job and check the fields and return an error if invalid we need to save the document. Let’s create the

Tagged with: , , ,
Posted in None

Learning XPages Part 35 : Advanced Validation Using RegEX

The validation for the JobTitle field was fairly simple, we made sure it existed and that it was between 10 and 50 characters in length but what if you want to do some more advanced validation like confirm that a

Tagged with: , , , ,
Posted in None

Learning XPages Part 34 : Server Side Validation

In the last part we created some very simple client side validation of the data for the Job Title field, In this part I’ll switch it over to a server based validation to show you the difference between the two.

Tagged with: , , ,
Posted in None

Learning XPages Part 32 : Using Roles To Make Fields Editable

Now that we can switch our page into Edit Mode you’ll see that all of the fields are editable. In most applications you may not want this so we can disable the ability to edit certain fields. Start by opening

Tagged with: , , ,
Posted in None
Archives