[SOLVED] Re: How to iterate session variable

2008-02-11 Thread Rushikesh Thakkar
This code is just fine. I made a mistake in selecting session variable for iteration. Kindly excuse me.. On Feb 11, 2008 1:50 PM, Rushikesh Thakkar <[EMAIL PROTECTED]> wrote: > Hi all, > > I am trying to iterate the a session variable of type HashMap List> using the following code: > > >

How to iterate session variable

2008-02-11 Thread Rushikesh Thakkar
Hi all, I am trying to iterate the a session variable of type HashMap using the following code: It is not producing any markup. I have made sure that the variable is present in the session and has valid values within. Kindly help me..