I've done some other tries: 1) When using the <af:form> component, a dummy form and its clear method are created. Clicking on <t:commandLink> or <t:commandSortHeader> does trigger a submit, but the expected behaviour isn't executed. Probably this is because the _link_hidden_ value is set telling JSF that a "linkDummyForm:commandLinkId" has been triggered, but the actual name of the component is different (its name contaner has a different id).
2) When using an <h:form> component, the dummy form isn't created (seems that the <t:commandLink> recognize its parent form), but no clear_ method is generated in the page, so the onclick javascript fails to submit the form. Cosma 2006/5/23, Cosma Colanicchia <[EMAIL PROTECTED]>:
It would be useful to share info about making they work togheter, if someone has resolved these problems. Anyway I'm using the latest snapshots.. and I tried with both <h:form> and <af:form>. I had some issues with dummyForm at first, if I can get some detail I'll try to post it tomorrow, now I'm leaving the office. Bye Cosma 2006/5/23, Matthias Wessendorf <[EMAIL PROTECTED]>: > Hi- > > time by time there are people on the list, using both. > MyFaces (incl. Tomahawk) and ADF Faces > > > > > > 1) <t:commandLink> components (and <t:commandSortHeader>s) don't work, > > > > because the MyFaces javascript functions such as clear_myFormId don't get > > > > generated. Also the _link_hidden_form isn't generated anymore. The rendered > > > > HTML includes the string <!-- MYFACES JAVASCRIPT -->, and looking at the > > > > stack I can see that both the adfFaces and the ExtensionsFilter are invoked, > > > > but no MyFaces script are actually rendered in the page. > > > > > > I'm not sure why this would happen, but this may be a MyFaces > > > bug; I know there's been some discussion on the main MyFaces > > > list about issues like this. > > > > I'll try to search more carefully in the archives.. do you know if > > someone had success using MyFaces, Tomahawk and ADF Faces in a > > project? > > > > Which version (of MyFaces) are you using? > Can you wrapp <h:form> around commandLink? > > There where some issue - discussed on myfaces dev - regarding "auto > generated form" aka dummy form > > -Matthias >