Hi I have a JspTestCase that calls pageContext.getSession() in setup. this value is always null. any ideas?
Thanks
Eric
public void setUp() throws JspException
{ .
.
.
// why is this null?
assertTrue(null!=pageContext.getSession());
.
.
.
}
public void begin10HitsQuery(WebRequest request)
{
request.setAutomaticSession(true);
}
__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
