Hi,
I have a jsp page which has different IF conditions.On load of the jsp page,one of the if condition will be invoked based on value set to fuse action. I have a problem like, first time when the page is loaded then IF condition1(say, for ex) is invoked and a variable is assigned to the HTTPCOntext session object. Second time when the page is loaded(meaning after form submission), another IF condition2(Say for ex) is invoked.I tried accessing the session object in this if condition, the value in the session object is null.
Is it something like session variable in one scriptlet is not accessible by other scriptlets in the same jsp? I need to access the session object in second IF condition, please let me know the way to acheive this.
Thanks in Advance Rupa