can I somehow configure JSF, Jboss to default use ?faces-redirect=true for every link?
Or do I have to specify this for each link I’m writing?
ty
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The redirect suffix
?faces-redirect=trueis only needed if you want to make a GET request after a POST, e.g. from a backing bean action method. For “normal” links via GET you should useh:linkorh:buttoninstead.