The title says it all...
something like this (I know there's no 'value' attribute on bean)
or is there any built-in factory type that I can use to pass in the bean's value as a constructor-arg or property?Code:<bean id="myBean" class="my.ResultBean"
value="#{ @someOtherBean.getThis().createThat().createResultBean() }" >
