facebook

ADF Faces – sort column by sub-property

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #258112 Reply

    lagonze
    Member

    hi,
    in a “af:table”, this works fine :
    <af:column sortProperty=”title” sortable=”true”>
    <f:facet name=”header”>
    <af:outputText value=”Titre” />
    </f:facet>
    <af:outputText value=”#{thisRowDoc.title}” />
    </af:column>

    but this doesn’t :
    <af:column sortProperty=”facility.libelle” sortable=”true”>
    <f:facet name=”header”>
    <af:outputText value=”Service” />
    </f:facet>
    <af:outputText value=”#{thisRowDoc.facility.libelle}” />
    </af:column>

    how can i sort on a property of a property ?
    thx !

    #258306

    Riyad Kalla
    Member

    lagonze,
    Did you cross-post this to the ADF list? If you got an answer from them, I would be curious to know what it was.

    #258375

    lagonze
    Member

    no, how do i do that ?

    #258388

    Riyad Kalla
    Member

    I’m not sure the exact location of the mailing list, but you could start at their site here: http://myfaces.apache.org/

    Maybe the wiki has some good info?

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: ADF Faces – sort column by sub-property

You must be logged in to post in the forum log in