You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Dave <ja...@yahoo.com> on 2005/11/27 04:36:52 UTC

actionListener of aliasBean does not work

  a.jsp
  ...
  <h:commandLink value="#{bean.name}" 
      actionListener="#{bean.linkClicked}"
      action="Go"/>
   
  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.