Hi
I am using stateful session bean in which a method gets call twice@Stateful
| @Scope(ScopeType.APPLICATION)
| @Name("myBean")
this bean is loaded on
in my pages.xml
<page view-id="/myWeb/shop.xhtml" action="#{myBean.load()}"/>
|
| the load method gets call twice when page is loaded!!
|
| Why is it so???
|
| Any Help Please!!!!
|
| Thanks
| Panky
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133251#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...