Hello Everybody ! I'm new in JSF and JSF 2.0 i want to redirect in JSF how can i do it? in html i can use tag for do this but in JSF i use h:outputLink or h:commandLink for render user if he is logged , login link not display to him, but if he not logged login link will display to him. and i want redirect link to other page or redirect to other website example google.com how can i do it with JSF? must i use action in h:commandLink? or rel in h:outputLink?
Thank you Best Regards