[displaytag-devel] [jira] Commented: (DISPL-334) display:table pagesize="xx" attrinute fail with multiple tables in same JSP

2006-08-07 Thread Bryan J. Nelson (JIRA)
[ http://jira.codehaus.org/browse/DISPL-334?page=comments#action_71775 ] Bryan J. Nelson commented on DISPL-334: --- Howdy, I've implemented this patch into a version of an application I'm working on and so far it seems to work just fine. Ma

[displaytag-devel] get the sorted collection

2006-08-07 Thread Daniel Cricco
Hi, I have a display:table filled with data from a collection. When the user clicks one of the column header, the display tags sort the collection. In the top of the page I have a form with a quantity field. When the user submit the form I set a request variable "quantity" and then I put it in the

[displaytag-devel] Problem with dynamic column creation

2006-08-07 Thread Patwardhan, Mithila
Hi,   I tried out the procedure in the displaytag live examples for dynamic column creation. All that I get on my webpage is a blank table – it has no content just a whole bunch of horizontal lines.   Here’s what I have (it mirrors the example on dynamic column creation):  

[displaytag-devel] DisplayTag Export page is blank

2006-08-07 Thread Hiren Pathak
Hello All, I am using displayTag 1.0 and Struts, Tiles. I put filter ResponseOverrideFilter into my web.xml. Now when I click on export link "Excel", it opens up a black page. It doesnt ask me to save the file or it doesnt open up an excel file into the window. Please help me. Thanks. ---