Hello java gurus, I am facing a problem in invoking a servlet from my main servlet be sending a argument as a querry string. I am using JSP for calling of the servlet. Problem Illustration : http://amit:88/servlet/FileStructure is my main servlet. This servlet shows a list of the category. On selecting one of that will produce a details screen. This screen will show me the data depending on the id selected by the user. On select this servlet will pass this id as querry string and call another servlet to show the corresponding details. http://amit:88/servlet/STDStr?file_id=F000000001 should be invoked. STDStr will show me the results of the selected fileid. NB: This is a simple Master-Detail relationship example. IF any one have done such things than it will be beneficial for me. I am a newbie for Servlets and I have to submit this very sooon.. reply me very soon Thanks in advance Amit Bansal ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html