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

Php - Delimiter must not be alphanumeric or backslash -

trac - Modifying workflow to add a status and split on ticket type -

Delphi interface implements -