Re: access session attribute with taglib

2005-09-10 Thread Tamas Szabo
Hi, On 9/10/05, Tony Smith <[EMAIL PROTECTED]> wrote: > > I have an attribute saved in session. In servlet, I > can access it by > request.getSession().getAttribute("my"); > > In jsp, how can I access it without write java code? I > am thinking about , but do not know how to > use it. > > Thank

access session attribute with taglib

2005-09-10 Thread Tony Smith
I have an attribute saved in session. In servlet, I can access it by request.getSession().getAttribute("my"); In jsp, how can I access it without write java code? I am thinking about , but do not know how to use it. Thanks, _