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 eeshan.lad...@gmail.com wrote: How to per-populate a file in FileUpload field using

Re: Styling label 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

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 ul li wicket:id=colors a wicket:id=selectLinkwicket:container wicket:id=color#ff/wicket:container/a /li /ul Java code ListViewString colorView = new

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 ul li wicket:id=colors a

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 s...@meiers.net schreef: Wicket users, I got an AjaxLink in a ListItem, but there is no response when clicking. This is the markup code ul li wicket:id=colors a

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: 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