Now, my 'controller' creates an object that I want to have session scope, and be able to access it from my JSP page when some other object is the model.
So, I saved it by using:
this.getCtx().getRequest().getSession().seAttribute("object1", obj);Now I want to get to it from a JSP(similiar to useBean) and call one of its methods.
How do I do it? Is the setAttribute approach the 'right' way to start?
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf [INVALID FOOTER]
