1 Reply Latest reply on Sep 5, 2007 1:44 PM by ilya_shaikovsky

    a4j:include and incorrect viewId

      I am currently trying to combine a master-detail scenario into a single page using modalPanels and a4j:include tags. I began to notice that one of my actions was not getting called. After checking the viewid from the backingbeans I noticed that the viewid was not changing between the master page the detail page inside the modalPanel. They are in two separate forms, the master page has its own form and the detail has its own form. I am using h:form instead of a4j:form could this be the problem? I checked the Tomcat logs and everything appears to be fine. Could someone please shed some light on this problem?