Mario Ivankovits schrieb:
> Are you using persistence from within the timeChainJSF bean?
> If not, you can inject the bean into your controller bean and use it
> through your controller.
> This is the solution I'd prefer.
>   
Should elaborate a little bit more about what I meant here.

If possible, use the TimeChainJSF bean as prototype and inject that into
your controller bean which has a conversation scope.

That way, each controller bean will get its own TimeChainJSF bean which
you'll be able to access through the controller than.

Hope that makes it a little bit clearer.

Ciao,
Mario

Reply via email to