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
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) {