h:outputLink jsf, hide the external link -


i want make simple link external page in jsf. have code:

<h:outputlink value ="http://www.google.com.co/" > <h:outputtext value="¿no puede acceder su cuenta?" /> </h:outputlink> 

but result :

¿no puede acceder su cuenta? (www.google.com.co) 

i dont want target (www.google.com.co) appears in link... first: way it? second: how can hide target of link?

thanks!

one idea is, instead of linking url, link javascript function encoded parameter, replaces current page decoded url, or opens in new page.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -