Blog Archives

Learning XPages Part 41 : Debugging Your Code

Over the course of the series we have been using some small snippits of JavaScript to compute the values of properties and labels on our XPage. A lot of our JavaScript so far has followed styles that we are familiar

Tagged with: , ,
Posted in None

Learning XPages Part 40 : Two Data Sources One Xpage

Now that we have a nice pager on top of table showing all the people at a single location wouldn’t it be nice to display some of information found in the location document like the location’s address and main numbers?

Tagged with: , ,
Posted in None

Learning XPages Part 39 : Adding Pagers To Our Repeats

By now our application is really starting to look complete however in our ‘location’ XPage we are currently only displaying the first 30 people in each location. If you have more then 30 people in a location you’ll need some

Tagged with: , , ,
Posted in None

Learning XPages Part 38 : Uploading An Image For The Person’s Picture

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

Tagged with: , , ,
Posted in None
Archives