public class SearchAction extends ActionSupport implements
ServletRequestAware {
protected HttpServletRequest request;
private HttpSession sess;
public String execute() throws Exception{
/*I*/ sess = request.getSession();// not NULL !
try {
// выполняется поиск и опрос все
Hi,
I have faced the same problem..
But i am successfully able to crop it just by adding "basicStack"
interceptors exact before "execAndWait".
E.g:-
Best Regards,
Jignesh
mleneveut wrote:
>
> Hi,
>
> I try to add the execAndWait interceptor in my application
Hi,
I try to add the execAndWait interceptor in my application. But now the
request.getSession() returns null so my app crash in the first Action.
What did I miss ?
3 matches
Mail list logo