Re: Generating spreadsheet to send to Client fails in 1.6

2013-08-26 Thread BrianWilliams
than refactor this with brand new code.   Thank you very much. From: Sven Meier [via Apache Wicket] ml-node+s1842946n466064...@n4.nabble.com To: BrianWilliams brianwilliams33...@yahoo.com Sent: Friday, August 2, 2013 1:17 AM Subject: Re: Generating spreadsheet

Re: Generating spreadsheet to send to Client fails in 1.6

2013-08-02 Thread BrianWilliams
+s1842946n466064...@n4.nabble.com To: BrianWilliams brianwilliams33...@yahoo.com Sent: Friday, August 2, 2013 1:17 AM Subject: Re: Generating spreadsheet to send to Client fails in 1.6 Hi, I don't know how this worked for you in 1.4.x. But if you're just writing something into the response

Re: Generating spreadsheet to send to Client fails in 1.6

2013-08-01 Thread BrianWilliams
the Wicket team can explain why this valid strategy no longer works.  Did you really break this Response behavior? From: Martin Grigorov-4 [via Apache Wicket] ml-node+s1842946n4660604...@n4.nabble.com To: BrianWilliams brianwilliams33...@yahoo.com Sent: Thursday

Re: Adding checkbox column to DefaultDataTable

2013-07-31 Thread BrianWilliams
Sorry to take so long to reply. I've been working on other things. Looking at this again I had to change the model I was using, and my problem is solved with this CheckboxColumn: private class CheckboxColumnT extends HeaderlessColumnT, Object { private String expression;

Generating spreadsheet to send to Client fails in 1.6

2013-07-31 Thread BrianWilliams
Hello, I had code in Wicket 1.x that worked perfectly to dynamically generate a spreadsheet and send it to the user. I had to rewrite it for the new Response classes in 1.6: public void generateExcel(String filename, ListListlt;? extends Object dataList) { HSSFWorkbook myWorkBook =

Re: Generating spreadsheet to send to Client fails in 1.6

2013-07-31 Thread BrianWilliams
is wrong with my current code From: Paul Bors [via Apache Wicket] ml-node+s1842946n4660582...@n4.nabble.com To: BrianWilliams brianwilliams33...@yahoo.com Sent: Wednesday, July 31, 2013 11:40 AM Subject: RE: Generating spreadsheet to send to Client fails in 1.6

Re: Generating spreadsheet to send to Client fails in 1.6

2013-07-31 Thread BrianWilliams
or buffering, just generating and sending that spreadsheet down. Cheers.   From: Paul Bors [via Apache Wicket] ml-node+s1842946n4660599...@n4.nabble.com To: BrianWilliams brianwilliams33...@yahoo.com Sent: Wednesday, July 31, 2013 4:24 PM Subject: RE: Generating

Adding checkbox column to DefaultDataTable

2013-07-19 Thread BrianWilliams
This works just fine to add checkboxes to a ListView: final CheckGroupPerson group = new CheckGroupPerson(group, new ArrayListPerson()); Form? form = new Form(form) { @Override protected void onSubmit() { info(selected