i have very basic question about How JSF2.0 binds Managed Beans with xhtml?
say i have inputtext with value="#{MymanagedBean.property}"
how this MymanagedBean reference is resolved in JSF 2 ?
please consider following points while answering.
in ealier version i.e. with JSF 1.2 we have to write binding in faces-config.xml but with JSF 2 it is not mandatory to have faces-config.xml
if you do view source of xhtml pages.. you will not find anywhere MymanagedBean reference.
then how it is done?