0

我已经让 h:commandButton 和 h:commandLink 工作了,但是简单的 h:outputLink 不会。我正在尝试下面的 JSF 2(带有 facelets)代码:

<h:outputLink value="#{flowExecutionUrl}&amp;_eventId=displayBrief&amp;briefId=#{brief.briefId}">
    <h:outputText value="#{brief.eventName}"/>                                      
</h:outputLink>

创建了正确的链接,但单击时,仍保留相同的页面。

4

0 回答 0