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

2010-05-18 Thread Dustin Pearce
Try #attr.types When you say sometimes, do you mean each time you load the page it works sometimes and if you reload sometimes it works, or it never works? Also, an ArrayList is a container so you don't need to initialize its size. I don't think you are using the capacity parameter in the con

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

2010-05-18 Thread Juan Antonio
Hello again: I have a jsp code like this: Where I populate a select from the a ServletContext attribute: public class UserDataListener implements HttpSessionAttributeListener, ServletContextListener { ... public void contextInitialized(ServletContextEvent sce) {