Accessing J2EE web apps without parameters in the URL

gomashan07
User offline. Last seen 9 weeks 4 days ago. Offline
Joined: 01/27/2011
Points: 251

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 .

0
Your rating: None