Hi,

Did you try to add the requestURI attribute ?

Regards
Yannick

On 8/27/07, Venu Madhav <[EMAIL PROTECTED]> wrote:
>
>
>  Hi,
>             Am trying to display a table and provide sorting option for it
> using display taglib.Am able to get data and display table. I provided
> attributes required to sort the table . But the output am getting is
>
>  Nothing found to display.
>
>  My code is;
>  <display:table sort="external" defaultsort="1" id="element"
> cellspacing="10" name="${requestScope.dblist}"  >
>              <display:column property="id" title="ID" sortable="true"
> sortName="id" />
>              <display:column property="name" sortable="true" sortName="name"
> title="Name" />
>              <display:column property="email" sortable="true"
> sortName="email" title="EmailID" />
>              <display:caption>Data about customers.</display:caption>
>          </display:table>
>
>  should i write anything more to get the required output. Please help me. --
> Regards,
>
>
> Venu madhav.Yelamanchili
> Developer,
> WCS Team,
> Miracle Software Systems,
> [EMAIL PROTECTED]
> Ph.No:+919963503613
>
>
>
>  ________________________________
>
>
>
>
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> displaytag-user mailing list
> displaytag-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/displaytag-user

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to