Redirect to page . jsp via a commandLink tag

Asked

Viewed 13 times

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?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.