Hi,
I am using JSF with stateless session bean using an interface. I have added some new rules to the session bean and deployed. The new rules are not reflecting in the JSF components. Any idea why?
My question is is JSF components caching the bean in browser, so still JSF using the old session bean instance?
Or is there any encapsulation problem with the bean ? or is it a deployment problem?
Thanks
Tom