0
I’m having a hard time linking a jsp. Use little JSF and would like to know which command can be inserted inside the tag commandLink to make a redirect process.
Example:
<h:commandLink action="**paginaWeb.jsp**"></h:commandLink>
Using the action like this above, it doesn’t work, I tried href too and it’s not supported. Can anyone tell if there is support in JSF to insert a jsp directly from a commandLink?