【发布时间】:2014-01-27 08:54:28
【问题描述】:
我有 JEE 应用程序 Wildfly RC1 JEE7 - CDI、EJB、JSF Mojarra 2.2.4 在我的应用程序中,我使用 h:outputLink 来创建链接,而无需调用 bean 操作。
喜欢这个
<h:outputLink styleClass="btn btn-primary" value="#{request.contextPath}/views/product/addproduct.xhtml" >
<i class="glyphicon glyphicon-plus" />
add product
</h:outputLink>
多次导航后,Bean 操作不起作用。在 chrome 中,我发现 3 个 cookie JSESSIONID,每个导航链接对应的路径不同
任何想法来处理这个
【问题讨论】:
标签: jsf jakarta-ee shiro jsf-2.2 jsessionid