Re: Session from a tag

2006-01-11 Thread Thom Hehl
I'm trying to get to the session from a tag. I have a bean stored there that I want to use in my tag. How can I retrieve this. I can't find this information anywhere. Thanks. Thom Hehl Heavyweight Software for Heavyweight Needs www.heavyweightsoftware.com

Re: Session from a tag

2006-01-11 Thread David Delbecq
bean in jsp: > >http://java.sun.com/products/jsp/tags/11/syntaxref11.fm14.html > > > >to access session in a custom tag, assuming you extend TagSupport class: > >pageContext.getSession(); > > > >Le Mercredi 11 Janvier 2006 15:57, Thom Hehl a écrit : > > &

Re: Session from a tag

2006-01-11 Thread Thom Hehl
class: pageContext.getSession(); Le Mercredi 11 Janvier 2006 15:57, Thom Hehl a écrit : I'm trying to get to the session from a tag. I have a bean stored there that I want to use in my tag. How can I retrieve this. I can't find this information anywhere. Thanks. Thom Hehl Heavyweight Software for He

Re: Session from a tag

2006-01-11 Thread David Delbecq
to expose bean in jsp: http://java.sun.com/products/jsp/tags/11/syntaxref11.fm14.html to access session in a custom tag, assuming you extend TagSupport class: pageContext.getSession(); Le Mercredi 11 Janvier 2006 15:57, Thom Hehl a écrit : > I'm trying to get to the session from a tag.

Session from a tag

2006-01-11 Thread Thom Hehl
I'm trying to get to the session from a tag. I have a bean stored there that I want to use in my tag. How can I retrieve this. I can't find this information anywhere. Thanks. Thom Hehl Heavyweight Software for Heavyweight Needs www.heavyweightsoftware.com -- "In every revolutio