Currently at the top of the person details XPages I have a static ‘No Image Found’ placeholder. In this part of the series I’m going to add a file upload control to the XPage so that you can upload an…
Currently at the top of the person details XPages I have a static ‘No Image Found’ placeholder. In this part of the series I’m going to add a file upload control to the XPage so that you can upload an…
One of the true headaches of the Domino Developer in the past has been working with RichText files in their web based applications. There have been many different solutions, For BlogSphere I wrote code that would convert the field to…
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…
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…
You must be logged in to post a comment.