Hi,
I am a
Struts veteran beggining with
JSF playing with tutorials and stuff.
I want to know if there is a way to work with regular dynamic links intead of the always-use-javascript way. More exactly, I want a link object that referers to a navigation name like "home", for example:
But instead of using javascript, simply reads the configuration and renders a html output like
pretty much like Struts' ActionForward. I understand why using javascript in links is good sometimes, but it also limits the user capability of accessing directly a link or using the "open in new window" feature.
Thanks for any help.