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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -