hi

i'am using the spring integrated version of jsf-spring lib.

i have a spring managed bussiness object called mybo. it's on a backing bean, i just want fill it from database, and view some property on a jsf page.
the problem is i can't initialize that bo in the jsf backing bean constructor, only in the bo's getMybo() required by jsf.

i get jsf el exception if i try the constructor way.

could somebody help me about this?