> > container.setServiceFactory(this);
> >
> > servlet.getServletContext().setAttribute(
> > IConstants.APPLICATION_CONTAINER_KEY, container);
> > }
> > [...]
> > public interface IConstants {
> >
&g
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
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
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
4 matches
Mail list logo