Hi all,
I am declaring flow variable in the flow like
I would like to enhance my bean with BeanPostProcessor (I automatically set field with log in the bean). However it seems to me, that BeanPostProcessor is not invoked. Does webflow use standard spring way of instantiating beans? Is there any other way how to do this?Code:<var name="bean" class="my.Bean"/>


Reply With Quote
