Log in

View Full Version : When opening a new window failing to load url.


jmankari
Nov 27, 2013, 11:34 PM
Hi,
There is a hyperlink which is to open new window but it is failing to open the provided URL. What is the method I should put in post or get—but now both are not working.

jmankari
Nov 27, 2013, 11:36 PM
It is java and jstl related question

jmankari
Nov 28, 2013, 01:44 AM
My question is "Can a war context be present in new window?"

jmankari
Nov 29, 2013, 02:34 AM
just put an attribute to anchor tag target="_blank". This will open a new window. Since it is not opening url in the browser just overwrite service method instead of doGet and doPost.