Menu

Starting Display Tag Library

V J
2007-11-29
2012-10-09
  • V J

    V J - 2007-11-29

    This is my very first interaction with Display Tag Library, i want to sort column. My jsp code is written below, i don't know what else to do to make it work .....

    <%@ include file="../top.jsp" %>
    <jsp:include page="../htmlTop.jsp" flush="true">
    <jsp:param name="titleValue" value="Rahat Furnished Apartment"/>
    </jsp:include>

    <jsp:include page="../middle.jsp" flush="true"/>

    <display:table name="requestScope.dataMap.roomType" id="roomType" class="tbl">
    <display:column property="description" title="Description" sortable="true" />
    <display:column property="adult" title="Adult" />
    <display:column property="children" title="Children" />
    </display:table>

    <jsp:include page="../bottom.jsp" flush="true"/>

    i have heard about comparator interface but don't know how to implement it.
    Looking forward for your reply's.

    Regards,

    VJ

     
    • V J

      V J - 2007-11-29

      i appreciate your help Pushpendra Singh Baghel, but i want this sorting functionality work when user click on column heading.

      Regards,

      VJ

       

Log in to post a comment.