Results 1 to 3 of 3

Thread: Using display tag in java

  1. #1
    PowellParker is offline Senior Member
    Join Date
    Dec 2009
    Posts
    210
    Rep Power
    3

    Default Using display tag in java

    I am using java language during working; I want to know information about display tag in JAVA. So please provide me some information about it. Thanks in advance.

  2. #2
    PerrySullivan is offline Senior Member
    Join Date
    Dec 2009
    Posts
    209
    Rep Power
    3

    Default

    Example shown below permits give columns you want shown and names of headers of these columns. Just add tag <display: column property="...">.

    Code:
    <display: table name ="mylist" >
    <display: column property ="id" title ="No." />
    <display: column property ="name" title ="Name"  />
    <display: column property ="firstname" title ="Name"  />
    <display: column property ="email" title ="Email"  />
    </ display: table>

  3. #3
    RussellBarnes is offline Senior Member
    Join Date
    Dec 2009
    Posts
    214
    Rep Power
    3

    Default

    Displaytag present following possibilities:

    • When you have list whose items are sorted and grouped in many columns: rather than repeating same values in columns, only values that modify will be shown

    • aggregation of column,

    • header and footer table,

    • formatting dates and numbers,

    • External paging helps handle program by yourself sorting and paging.

Similar Threads

  1. Is there anything new in Java 6
    By TaylorRyan in forum Programming
    Replies: 1
    Last Post: 08-09-2010, 01:57 PM
  2. Using display tag in java
    By PowellParker in forum Graphic & Displays
    Replies: 2
    Last Post: 03-15-2010, 02:18 PM
  3. Java VS Dot Net
    By CarterWatson in forum Programming
    Replies: 1
    Last Post: 02-01-2010, 05:39 PM
  4. Do I really need Java?
    By bunnut78 in forum Windows XP
    Replies: 1
    Last Post: 04-28-2009, 11:16 AM
  5. Display
    By ciontim in forum Homebuilt Systems
    Replies: 0
    Last Post: 07-18-2008, 12:25 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48