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.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041464#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...