1 Reply Latest reply on Apr 27, 2007 12:15 PM by iradix

    action in pages.xml help?

    waheed.murad

      hi

      i am using to actions against one view-id in pages.xml i.e.

      <page view-id="/comm/genmailtemplate.xhtml" action="#{EmailTemplateGeneraterAction.loadEmailTemplate}" />

      <page view-id="/comm/genmailtemplate.xhtml" action="#{CustomerLoginAction.loadPrivileges('GenerateMailTempSMItem')}" />

      problem is that only one action method is called. in my case second one CustomerLoginAction.loadPrivileges. i want both of them to be called.
      i am returning nothing from my action methods.

      thanks in adanvce for uor help.