You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/02/03 17:17:44 UTC

DO NOT REPLY [Bug 16717] - request.getQueryString() returning null

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16717>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16717

request.getQueryString() returning null





------- Additional Comments From dgraham1980@hotmail.com  2003-02-03 16:17 -------
Struts does not and can not change what the request object returns from that 
method.  From the HttpServletRequest javadoc for getQueryString():




"This method returns null if the URL does not have a query string."




It's likely that you're simply not generating the query string for your JSP.

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org