Hi,
I have a very big problem.
I want use your RichFaces component in my big application and in my application a lot of tag file.
If a put a RichFaces component in a tag file with param , the param is always ull for the RichFaces component , but not for jsf standard component ??
here a example tag file :
<%@tag body-content="empty" description=""%>
<%@attribute name="person"
 deferredValue="true"
 deferredValueType="fr.gpsa.orias.domainmodel.party.PhysicalPerson"
 required="true"%>
<%@taglib uri="http://richfaces.org/rich" prefix="rich"%>
<%@taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<rich:calendar popup="true" style="height: 20" verticalOffset="-10"
 mode="client" value="#{person.birth.birthDate}"/>
<oi:physicalPersonPanelGroup person="#{accountController.intermediary.person}" />
javax.faces.el.PropertyNotFoundException: javax.el.PropertyNotFoundException: Target Unreachable, identifier 'person' resolved to null
Up , I need help