↧
ATG does not allow property values with commas for String[] properties
Typically when you have a property of Strings, either an array or a collection, you would set them like this: foos=hello,good-bye,this is a test In the above example if the foos property is of type...
View ArticleATG Consulting Interview
Today I had the most detailed but at same time most interesting ATG consulting interview yet. Here are the questions I was asked with answers when appropriate in italics. Which versions of ATG have you...
View ArticleSets cannot be used as property types
I create a JavaBean with a Set property because I wanted to enforce that there were only unique values in that Set. However when I tried to use this JavaBean with a properties file, Nucleus complained...
View Article