Hello All,
I'm having a strange problem. My application calls 2 different action classes based on the option selected by user. Both the classes got common code at the beginning but they are behaving differently in the common code. When it executes ActionForward method in class ListAction it is getting value in profile object but when it executes ActionForward method in class SearchAction the profile object has null value. It doesn't happen all the times. And when it happens it impacts all users.
If it is seesion related issue I'm wonder why all users get same message ? Really appreciate any suggestions.
[ October 08, 2007: Message edited by: Dilip kumar ]
[ October 08, 2007: Message edited by: Dilip kumar ]