I have a CommandButton on my JSF page. Can I redirect the user to the same JSF page, but with named anchor? Something like that: "../page.jsf#link"
Thanks, Oles
P.S.: I'm using the JSF 1.2
|
I have a CommandButton on my JSF page. Can I redirect the user to the same JSF page, but with named anchor? Something like that: "../page.jsf#link" Thanks, Oles P.S.: I'm using the JSF 1.2 |
|||
|
|
|
You can't use navigation cases for this. You'd need
|
|||