Hi all, I am currently developping a client-server programm but I do have problems passing parameters.
I have a main.jsp running. This jsp contains frames-pages for the JSPs: left.jsp and right.jsp. Left.jsp contains a list of links to a jsp with parameters(like <a href="http://localhost:8080/src/right.jsp?function=getContent() &livre=1"</a> The purpose of my programm is that when I click the links, the according JSP is called, it has to catch the parameters and display them. When I run my programm, main.jsp displays left.jsp correct with the links. In right.jsp I get the message that there are no parameters wich is normal at startup. When I click one of the links, parameters are passed but nothing happens in right.jsp. How can I solve this problem? Greetz, Karen Berx =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be found at: http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com