Re: Reseting a textField of an upload form

2012-10-05 Thread Sébastien Gautrin
You can actually put the wicket namespace for child pages and components, wicket will only use for its rendering what's inside for the child pages, and what's inside for your panels (as well as what's in for header contributions). antechrestos wrote: Well it works fine! I will look for a

RE: Reseting a textField of an upload form

2012-10-04 Thread Paul Bors
Subject: RE: Reseting a textField of an upload form Ouch! Invalid HTML :( I would advise you always let Eclipse check the syntax of the HTML given: http://www.w3.org/1999/xhtml"; xmlns:wicket="http://wicket.apache.org";> ~ Thank you, Paul Bors -Original Message- Fro

RE: Reseting a textField of an upload form

2012-10-04 Thread Paul Bors
m] Sent: Thursday, October 04, 2012 10:54 AM To: users@wicket.apache.org Subject: Re: Reseting a textField of an upload form The problem seems related to the HTML. I've tried to put the table inside the form and it works. Like this:

Re: Reseting a textField of an upload form

2012-10-04 Thread Andrea Del Bene
The problem seems related to the HTML. I've tried to put the table inside the form and it works. Like this: [filename] [fileupload] type="submit" value="add"/>

RE: Reseting a textField of an upload form

2012-10-03 Thread Paul Bors
ginal Message- From: Andrea Del Bene [mailto:an.delb...@gmail.com] Sent: Wednesday, October 03, 2012 4:34 PM To: users@wicket.apache.org Subject: Re: Reseting a textField of an upload form Hi, can you show the code you use to clear the model object of the textfield? > Hello, > > I have

Re: Reseting a textField of an upload form

2012-10-03 Thread Andrea Del Bene
Hi, can you show the code you use to clear the model object of the textfield? Hello, I have an upload form with a TextField and a FileUploadField. When the user fill the form and press an AjaxButton, it refreshes the RefreshingView listing the files already uploaded. What I would like to do is