Hello All,
I want to initialize a bean or an ArrayList like a list of key value pairs for all the drop downs in the application that can be used across sessions application wide. And Want to happen during the application start-up. I tried implementing the ServletContextListener and added the beans to the context, but it didn't work.
Any suggestions as to how I can achieve this. Thanks.
Ravi
