javax.el.MethodExpression を属性として受け取る jsp タグがあります。
<%@ attribute name="action" required="true" type="javax.el.MethodExpression" rtexprvalue="true" %>
私が持っている同じタグ内:
<h:commandLink action="#{action}">
link text
</h:commandLink>
リンクをクリックしようとすると、次のエラーが表示されます。
javax.faces.FacesException: #{action}: org.apache.jasper.el.JspMethodNotFoundException: /WEB-INF/tags/pager/pager.tag(17,1) '#{action}' Identity 'action' was null and was unable to invoke
commandLink が「アクション」メソッドを適切に呼び出すことは可能ですか?