Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to set Footer facet always bottom of the page ?

David..Sep 27 2013 — edited Sep 28 2013

Hi All,

I am using JDeveloper 11.1.1.4.

My Scenario is I need to show one  column as footer in <af:table>

So I used <f:face name=footer> tag .It's working fine .

But the problem is when the table have the rows the footer is showing bottom of the table.

When the table has no record  the footer is comes up . How to set the footer always bottom of the page ?

My Page like :

<af:table>

    <af:column></af:Column>

     <af:column>

          <f:facet name="footer">

          </f:facet>

    </af:Column>

</af:table>

 

Thanks .

David...

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 26 2013
Added on Sep 27 2013
10 comments
1,164 views