Em Thu, 15 Oct 2009 10:49:41 -0300, blueboy6 <[email protected]> escreveu:

I have same problem,
I mean not same but problem is that

This is another problem, so please post new questions in new threads.

request.getQueryString() is null

I tried this code in a page:

@Inject
private HttpServletRequest request;
        
void onActivate() {
        System.out.println(request.getQueryString());
}

It works perfectly.

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to