java - retrive data from url in jnlp orgram using servlets -


i writing jnlp program in jsp file. have send data patientid, patientname servelt. can please tell how can achieve that? have tried servlet form upload. code didn't work me

the url is

 http://localhost:9060/demo/documentpdfupload?patientid="+patientid+"&visitid="+visitid+"&docid="+documentid+"&docgroup="+docgroup+"&crby="+crby 

and multipart request..


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -