a.jsp
...
<h:commandLink value="#{bean.name}"
    actionListener="#{bean.linkClicked}"
    action=""/>
 
b.jsp
...
<t:aliasBean alias="#{bean}" value="#{aBean}">
<f:subview id="A">
     <jsp:include page="a.jsp" />
</f:subview>
</t:aliasBean>
 
 
The actionListener method aBean.linkClicked(ActionEvent) is never called when the link is clicked.  It seems ignored. If the method name is changed to an undefined method name, no complaints. 
 
I am using nightly build 11/20. Is this a known issue?
 
Thanks,
dave


Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

Reply via email to