Hi,I have
URLhttp://localhost:4502/content/myuhcdental/membersearch.htmlNow when I
post it, I want it display the results on the same screen. Below is my
java code, I want it to display
ashttp://localhost:4502/content/myuhcdental/membersearch.html?txtmemId=2I
made a small java program which in turn calls a database. Have an OSGI
bundle etc..I have a method which queries the database - getMember(x).
--> This is working fine. <%@ page language="java"
contentType="text/html; charset=ISO-8859-1" pag...