Re: Generating spreadsheet to send to Client fails in 1.6

2013-08-26 Thread Sven Meier
Please create a quickstart for Wicket 1.4.x so we can see how your solution worked. Thanks Sven On 08/26/2013 04:49 PM, BrianWilliams wrote: Not only did this work before, it has worked in every other web technology I've tried. Can anyone on the Wicket team explain how Response handling chan

Re: Generating spreadsheet to send to Client fails in 1.6

2013-08-26 Thread BrianWilliams
Not only did this work before, it has worked in every other web technology I've tried.  Can anyone on the Wicket team explain how Response handling changed in 1.5?  I am hoping there is a single line fix, like response.clearBuffer(), that will make my existing code work as it always has, rather

Re: ajaxlink in ListItem not working

2013-08-26 Thread haiko
Sven, No, I forgot to change the names in the code. The names in the markup and java code are the same. Sven Meier schreef: Wicket users, I got an AjaxLink in a ListItem, but there is no response when clicking. This is the markup code wicket:id="color">#ff Java code

Re: ajaxlink in ListItem not working

2013-08-26 Thread Sven Meier
Is this the actual code? selectColor <-> selectKleur "selectLink" <-> "submitColor" Sven On 08/26/2013 12:33 PM, ha...@dds.nl wrote: Wicket users, I got an AjaxLink in a ListItem, but there is no response when clicking. This is the markup code wicket:id="color">#ff J

ajaxlink in ListItem not working

2013-08-26 Thread haiko
Wicket users, I got an AjaxLink in a ListItem, but there is no response when clicking. This is the markup code wicket:id="color">#ff Java code ListView colorView = new ListView("kleuren", getKleuren()) { @Override protected void populateItem(ListItem i

Re: Styling tags

2013-08-26 Thread francois meillet
have a look to http://ci.apache.org/projects/wicket/apidocs/6.0.x/org/apache/wicket/markup/html/form/FormComponentLabel.html and http://ci.apache.org/projects/wicket/apidocs/6.0.x/org/apache/wicket/markup/html/form/SimpleFormComponentLabel.html François On Sun, Aug 25, 2013 at 6:30 PM, Lucio Cr

Re: How to pre-populate a file in FileUpload field using wicket 6.9

2013-08-26 Thread Peter Henderson
I think you will find this is prevented by the browser for security reasons. A naughty web app could fill in the upload with say "/etc/passwd" which would be bad. Peter. On 25 August 2013 12:12, eeshan.laddha wrote: > How to per-populate a file in FileUpload field using wicket 6.9? > > > > --