I am an ASP programmer moving to JSP. I am trying to run my first script and 
capture a Querystring however it seem so dificult in JSP.
This is my code:
<%
} if (request.getParameter("loc") == "clipArtManager") {
%>
Clip Art
<%
} else {
%>
No Go
<%
}
%>

It is always returning No go. Why is this?

My other problem is that when I print out
request.getParameter("loc") I het 500 Null printed on the screen, with no 
other data shown.

What is happening?

Please ANY help would be much appreciated.

MTB



______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to