The Side Effect of Creating Repeat Controls at Runtime
In a recent post, I showed how to access the value of components within a repeat control from outside. While the technique served a great purpose in a recent application, there is a significant side...
View ArticleAccessing the Value of Components within a Repeat Control from Outside
As a general rule, XPages variable resolution makes it very easy to access components within the same instance of a repeat control, but very difficult to access a component that’s within a repeat...
View ArticleXPages Tip: Alternating Row Colors along with Dynamically Setting Row Colors
In my last past, I showed how you can dynamically set row colors in views and repeats based on data in each entry. In this post, I’ll show how you can take it a step further and use that technique...
View ArticleXPages Tip: Dynamically Set Row Colors in a View or Repeat Control Based on Data
In a recent post, Kathy Brown showed how to alternate row colors, in XPages. In this post, I’ll show how to take that a step further and dynamically set the row color based on data in the row. You can...
View Article