-
Doubt in (3 messages)
- Posted by: Jobin Mathew
- Posted on: October 11 2006 03:05 EDT
Hi, I have a doubt in Here is it. For the above tag I need to provide the 'colours' in session. But I ma not intrested in that & my object is in application scope (Data is not dependent on sessions). SO how can i work this tag in this context. Plese help me. Thanks in advance.Threaded Messages (3)
- Re: Doubt in by arijit dey on October 11 2006 07:39 EDT
- Thanks Arijit by Jobin Mathew on October 11 2006 08:07 EDT
- html:option in session scope by Thomas Waltair on October 12 2006 05:14 EDT
-
Re: Doubt in [ Go to top ]
- Posted by: arijit dey
- Posted on: October 11 2006 07:39 EDT
- in response to Jobin Mathew
Actually you have to do nothing, the search order is pageContext->SessionContext->ApplicationContext,so if the object is in application context it will find it.You remove the object from session scope and put it in the application scope by may be doing getServletContext().setAttribute(); cheers, http://www.javaicillusion.blogspot.com/ -
Thanks Arijit[ Go to top ]
- Posted by: Jobin Mathew
- Posted on: October 11 2006 08:07 EDT
- in response to arijit dey
Thanks Arijit, Thanks a lot. I will try this soon & let u know, is it working or not. Can u give me ur mail id. -
html:option in session scope[ Go to top ]
- Posted by: Thomas Waltair
- Posted on: October 12 2006 05:14 EDT
- in response to Jobin Mathew
pls go through the following link. I think it will help. http://mail-archives.apache.org/mod_mbox/struts-user/200206.mbox/%3C89E0E1B7C9C2D311B6360008C733FF0709848166 at CLIFF dot Tessco dot com%3E