a4j:commandLink
クリックで実行するはずのがありa4j:outputPanel
ます。ただし、実行タグにIDを指定した場合でも、クリックするとフォームが実行されます。
<a4j:commandLink id="more_message_button" value="Load More Comments"
action="#{feedbackAction.setFeedbackIdForExpansion(unitfeedback.feedbackId)}"
execute="expandedList,more_message_button" href="javascript:void(0)"
limitRender="true" render="expandedList,more_message_button">
</a4j:commandLink>`
<a4j:outputPanel layout="block" id="expandedList">
<a4j:repeat value="#{feedbackAction.getCommentsForNextHop(unitfeedback)}"
var="unitComment" rowKeyVar="idx">
.
.
.
</a4j:outputPanel>
デフォルトの動作をオーバーライドするためのこれに関するヘルプ、またはここに何か不足していますか
よろしく、 ナンディッシュ