From the docs:
anonymous wrote : A factory method will be called
when a context variable is referenced but has no value bound to it.
You are however not referencing the context variable, but a getter method on another
context variable. (if you had an @Out at the list, the factory would have been called).
Also, for selectitems, you can use the s:convertEntity tag and return the results from the
query instead. Much simpler!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106403#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...