Thread: Ctrl + V
View Single Post
Old 12-08-2005, 01:59 PM  
psili
Confirmed User
 
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
try
{
InitialContext context = new InitialContext();
Object obj=(Object)context.lookup("java:comp/env/"+name);
pageContext.setAttribute(name,obj,PageContext.PAGE _SCOPE);
}
catch(javax.naming.NamingException ne)
{
throw new JspException(ne.getMessage());
}
return EVAL_PAGE;
__________________
Your post count means nothing.
psili is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote