Hi, I am posting this to the Developer list because I need to understand what is happening under the covers. I have a component that has an ArrayList passed into it as "custom".
I display the ArrayList using a Foreach. I have "edit links". They are DirectLinks. If I wait about 6 minutes and then click on a link I get a null pointer exception. I have tracked the NPE to be because array list is null. However, the component drew the list and the links that I am clicking. So, where did my list go? thanks, Mark
