A
asd
Hello this is my problem
in my servlet I set a new session attribute
request.getSession().setAttribute("AAA", new Aaa() );
now I've a Xxx class that has access to the Application Context. In my
Xxx class so I've a
private ServletContext context;
My Xxx class takes in input a String. this string is the sessionId.
Now my question is: with a sessionId string and the attribute name
("AAA") can i retrieve in my Xxx class the bean stored by the
request.getSession().setAttribute(..) in the appContext??
thanks a lot
martina
in my servlet I set a new session attribute
request.getSession().setAttribute("AAA", new Aaa() );
now I've a Xxx class that has access to the Application Context. In my
Xxx class so I've a
private ServletContext context;
My Xxx class takes in input a String. this string is the sessionId.
Now my question is: with a sessionId string and the attribute name
("AAA") can i retrieve in my Xxx class the bean stored by the
request.getSession().setAttribute(..) in the appContext??
thanks a lot
martina