redirect from jsf?

后端 未结 4 1046
梦如初夏
梦如初夏 2020-12-10 15:05

I am working on application with jsp, jstl and jsf for my college project, thats being said, I am as well very new to jsf.

Everything is going great so far. However,

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-10 15:36

    In case some one will run into same problem.

    That's what solved my problem:

    FacesContext.getCurrentInstance().getExternalContext().redirect("article.jsp?article_id=" + articleId);
    

提交回复
热议问题