thanks its working........

but the sorting images (up-down arrow) displayed beside column names are
overlapping with the column names.....how to overcome this problem?
how to increase the width of the columns...?

Note: column width varies from column to column


2009/5/14 Paslaru Narcis <paslaru.nar...@gmail.com>

> Hi,
>
> I think you don't have the requestUri attribute set on the table.
>
> Cheers,
> Narcis
>
> 2009/5/14 abhishek reddy <abhishek.c1...@gmail.com>
>
>> Hi every one,
>>
>> When i click on the columns.......the following message is displayed
>>
>> *Nothing found to display.
>>
>> *what could be the reason*
>> *
>>
>> <%@ page contentType="text/html;charset=UTF-8" language="java" %>
>> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %>
>> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"; %>
>>
>> <%@ taglib uri="http://displaytag.sf.net"; prefix="display" %>
>>
>> <html>
>> <head>
>>     <link rel="stylesheet" href="css/screen.css" type="text/css"/>
>>
>> </head>
>> <body>
>>
>> <h1><fmt:message key="title"/></h1>
>>
>>
>> <div style="overflow:auto">
>>
>> <display:table name="dataArray" id="dataid" class="its" >
>>
>>
>>    <display:column  value="${dataid[0]}" titleKey="column1"
>> sortable="true" headerClass="sortable" />
>>    <display:column  value="${dataid[1]}" titleKey="column2"
>> sortable="true"  headerClass="sortable" />
>>
>>    <display:column  value="${dataid[2]}" titleKey="column3"
>> sortable="true" headerClass="sortable" />
>>    <display:column  value="${dataid[3]}" titleKey="column4"
>> sortable="true" headerClass="sortable" />
>>    <display:column  value="${dataid[4]}" titleKey="column5"
>> sortable="true" headerClass="sortable" />
>>    <display:column  value="${dataid[5]}" titleKey="column6"
>> sortable="true" headerClass="sortable" />
>>
>> </display:table>
>> </div>
>> </body>
>> </html>
>> --
>> Abhishek
>>
>>
>> ------------------------------------------------------------------------------
>> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
>> production scanning environment may not be a perfect world - but thanks to
>> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
>> i700
>> Series Scanner you'll get full speed at 300 dpi even with all image
>> processing features enabled. http://p.sf.net/sfu/kodak-com
>> _______________________________________________
>> displaytag-user mailing list
>> displaytag-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/displaytag-user
>>
>>
>
>
> ------------------------------------------------------------------------------
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
> i700
> Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
> _______________________________________________
> displaytag-user mailing list
> displaytag-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/displaytag-user
>
>


-- 
Abhishek
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to