This content has been marked as final.
Show 2 replies
-
1. Re: Must propery names unique?
gaborj Apr 8, 2010 8:42 PM (in response to dh2k7)Hi,
You should read docs! Probably also about Java Annotation...
Anyway you have for all this kind:@In(value="<nameOfContextVariable>")
-
2. Re: Must propery names unique?
dh2k7 Apr 8, 2010 8:48 PM (in response to dh2k7)I know, that I can specify the name.
It seems, as if you say 'yes' ... the name of the context variables have to be unique.I've thought that there is a way to use the dot notation {beanA.searchResults} and get the benefits of @DataModel, etc...