Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <managed-bean>
  2.   <managed-bean-name>personaBB</managed-bean-name>
  3.   <managed-bean-class>org.santi.model.PersonaBB</managed-bean-class>
  4.   <managed-bean-scope>request</managed-bean-scope>
  5.   <managed-property>
  6.    <property-name>dao</property-name>
  7.    <property-class>org.santi.dao.PersonaDAO</property-class>
  8.    <value>#{personaDAO}</value>
  9.   </managed-property>
  10.  </managed-bean>