2 Replies Latest reply on Jun 13, 2008 2:08 PM by sirgeneral

    Ajax4JSF Questions

    sirgeneral

      I have a couple of questions regarding Ajax4JSF:

      1. Does Ajax4JSF components work in an included sub view in a JSF page?

      Eg.

      ... ... ... ...
      <f:view>
      <html>
      <head>
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
       <f:verbatim>
       <link href="/lrrstyle.css" rel="stylesheet" type="text/css"/>
       </f:verbatim>
       <title><h:outputText value="#{bundle['billSearch.title']}"/></title>
      </head>
      <body>
      <jsp:include page="billheaderInit.jsp"/> //AJAX4JSF COMPONENTS PLACED IN HERE
      
      <jsp:include page="billSearchInclude.jsp"/>
      </body>
      </html>
      </f:view>


      2. Is Ajax4JSF compatible with tomahawk components?

      BTW I am using Suns JSF RI 1.1; I also integrated my project with tomahawk 1.1.6 and ajax4jsf-1.1.0