[appfuse-user] Re: Populate a select with a list from servletcontext

2010-05-19 Thread Juan Antonio
#application['foo'] or #application.foo ServletContext attributes 'foo' #attr['foo'] or #attr.foo Access to PageContext if available, otherwise searches request/session/application respectively If I have stored the ArrayList in the ServletContext, Why it only works with attr? I am confused.

[appfuse-user] Re: Populate a select with a list from servletcontext

2010-05-19 Thread Juan Antonio
It works!! Thanks. When I said "sometimes" I mean sometimes the error appears in the log, and sometimes no. Maybe the level debug, maybe a log size too long. Thank you dusty. - Original Message - From: dusty [via AppFuse] To: Juan Antonio Sent: Wednesday, May 19, 2010 7:21 A