When the J2EE app runs with the following URL http://localhost:7087/simpleapp/formproc1?param=ram i can access and embed passing the parameter from presto using
root.html('<iframe style="width:'+w+'px;height:'+h+'px;" ' + 'src=http:/path-to-my-jsp/myjsp.jsp?documentId="'+doc+'" ></iframe>');
here is doc is a presto parameter.
IF the URL is of the formhttp://localhost:7087/simpleapp/formproc1
Here parameters are not displayed in URL. How to embed the j2EE app with presto parameters . i want a solution for this .
When the J2EE app runs with the following URL http://localhost:7087/simpleapp/formproc1?param=ram i can access and embed passing the parameter from presto using
root.html('<iframe style="width:'+w+'px;height:'+h+'px;" ' + 'src=http:/path-to-my-jsp/myjsp.jsp?documentId="'+doc+'" ></iframe>');
here is doc is a presto parameter.
IF the URL is of the formhttp://localhost:7087/simpleapp/formproc1
Here parameters are not displayed in URL. How to embed the j2EE app with presto parameters . i want a solution for this .