Display table d-XXXX-p

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pintoi
    New Member
    • Apr 2012
    • 3

    Display table d-XXXX-p

    Hello,

    I have a display table with pagination in a JSP.

    When i navigate throw the pages of my table the expression d-XXXX-p is attached to my url and it represents my table.

    I would like to know i can i set this value to a constant value please ?

    Code:
     
    
     <display:table name="<%=teste%>"
                           pagesize="10" cellpadding="1" sort="list" defaultsort="1"
                           defaultorder="ascending" >
Working...