java - How to build a URL in the JSF page? -


I type & lt; in my Facelet XHTML page. A & gt; I'm trying to create a tag, but I do not understand how to do it. This is what I am doing:

  & lt; H: Output links value = "static / faq.xhtml" & gt; FAQ & lt; / H: OutputLink & gt;  

Am I using the right tags?

This should work. Open the page in the WebBrover, rightclick and view the source to see the JSF-generated HTML output. Send you a & lt; A & gt; element must be generated.

Provide an HTML "a" value for an anchor element "value

The HTML code rendering JSF components is referenced here: Href "has been presented as the value of the attribute.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -