Hi, I am going through an example.
When it had to forward a bunch of objects it filled the objects in a ArrayList and added the arraylist object to session. Later, the arraylist object was iterated using the logic template directories iterate command. I want to send a single object instance, and for that i have also attached the object instance to the session. How can i access the object in the jsp page which needs to display the data from the object present in the session ? Thank You Meka Toka

