posted 13 years ago
Hi I am using primefaces, and when from a menu which use the url attribute it call another .xhtml page it doesn´t recognize tags just html.
The code line is:
<p:submenu label="Algueña">
<p:menuitem value="P1" url="#{Cliente.url_project}" />
</p:submenu>
It sends me well but in the target file, just html tags works.
¿Any idea?
Thanks