jsf - <h:commandLink target=“_blank” only after validation -
I used the h: commandLink target = "_ blank" method to get a new tab, but it
Verification errors in a new tab If this validation is passed, then I want to open it only to open new tabs, is there a way to open and open new windows only when verification is near? Thanks for not using javascript or jquery
I have tried h: command button but it opens in a single tab
As far as I can see that you can not do without javascript, because target attribute browser is a new tab / window immediately Forcing the server to open, after the request.
Comments
Post a Comment