posted 13 years ago
When i select Manager from select box,i want to get the all manager details from database as ReadOnly in my Form
But i encountered with this error
/driverRegistration.jspx @60,143 valueChangeListener="#{driverRegistrationBackingBean.selectedManager}": org.hibernate.LazyInitializationException: could not initialize proxy - no Session
This is My DAO method
This is My Backing Bean