RE: Cannot find bean under name __APPLICATION_CONTAINER_KEY.area

2006-05-17 Thread Jorge Martín Cuervo
> > container.setServiceFactory(this); > > > > servlet.getServletContext().setAttribute( > > IConstants.APPLICATION_CONTAINER_KEY, container); > > } > > [...] > > public interface IConstants { > > &g

RE: Cannot find bean under name __APPLICATION_CONTAINER_KEY.area

2006-05-17 Thread David G. Friedman
s Users Mailing List Subject: Re: Cannot find bean under name __APPLICATION_CONTAINER_KEY.area anyone have used a container to store application scope data? please, let me know if it's a bad practice. El mar, 16 de 05 de 2006 a las 17:15, Jorge Martín Cuervo

Re: Cannot find bean under name __APPLICATION_CONTAINER_KEY.area

2006-05-17 Thread Jorge Martín Cuervo
gt; > > I prefer to user a container bean to keep my data, and now i try to > change the html:options to: > > property="key" labelProperty="value"/> > and crash with: > > > javax.servlet.jsp.JspException: Cannot find b

Cannot find bean under name __APPLICATION_CONTAINER_KEY.area

2006-05-16 Thread Jorge Martín Cuervo
container); } [...] public interface IConstants { String APPLICATION_CONTAINER_KEY = "__APPLICATION_CONTAINER_KEY"; [...] I prefer to user a container bean to keep my data, and now i try to change the html:options to: and crash with: javax.servlet.jsp.JspException: Cannot