You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Legolas Woodland <le...@gmail.com> on 2006/01/09 13:12:20 UTC

Is there any difference between binding using a Managed bean (defined in faces-config.xml) and an object,defined in backing bean class ?

Hi
thank you for reading my post.
Is there any difference between binding using a Managed bean (defined in 
faces-config.xml) and an object
defined in backing bean class ?
in a tutorial i saw that author used a Managed beans to accomplish some 
jobs.
he referenced to a Managed beans by using #{Bean1.ts}
i tried and made ts in my backing bean and referenced ts like : #{page12.ts}

what is difference between this two approach.