bean name="countryAction"
class="edu.matias.region.web.struts.actions.CountryAction"
property name="manager" ref="countryManager" /
/bean
sin embargo por constructor (creando el constructor en el action) enlazo:
bean id="countryAction" scope="prototype"
class="edu.matias.region.web.struts.actions.CountryAction"
constructor-arg ref="countryManager" /
/bean
No hay comentarios:
Publicar un comentario