Hi, I seem to be stuck on getting my jsp pages to call a servlet, at least in the way of using parameters. The syntax I am using is: <jsp:include page="/servlet/package.servlet_name?param1=value2¶m2=value2¶m3=value 3"> The problem is, one of my params is an http:// url. I thought to pass anything other than a-z and 0-9 characters ,it had to be encoded. It seems as if this might be a problem? another thing, I would really rather see it done via a POST and not the GET. In a couple of cases, the total length of the params is more than 255, which means some wont get passed. Is there a way to do the <USE BEAN> tag to call a servlet? Or does that not work? I probably need a good book on JSP, but I would really rather know how the OrionServer handles the JSP files. Does it live up to the 1.0 spec, or does the 1.1 change things a bit? Thanks for any help. Kevin Duffey [EMAIL PROTECTED]
