File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes why i can not see any of servlet request parameters ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "why i can not see any of servlet request parameters ?" Watch "why i can not see any of servlet request parameters ?" New topic
Author

why i can not see any of servlet request parameters ?

raminaa niilian
Ranch Hand

Joined: Jul 14, 2005
Posts: 550
Hi
Thank you for reading my post
I am trying to println all parameters that my servlet recieve from a 3rd party we site.
they are saying that they send parameters with a Post to my servlet and i can not see any parameters.
is the code ok to print all parameters from the request ?

I should say that my application is a jsf based application what should be my servlet url ?
http://www.domain.com/mycontext/faces/cp
or
http://www.domain.com/mycontext/cp


Thanks
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56185
    
  13

getAttributeNames


There is a big difference between request attributes and request parameters.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
raminaa niilian
Ranch Hand

Joined: Jul 14, 2005
Posts: 550
Thank you for enlightment.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: why i can not see any of servlet request parameters ?
 
Similar Threads
internal or external request.
request URI doubt?
problem with using URIs as parameters
Practical WebObjects Questions
Web.xml Question - Map Servlet