Reseting a textField of an upload form

2012-10-03 Thread antechrestos
-of-an-upload-form-tp4652632.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Reseting a textField of an upload form

2012-10-03 Thread Andrea Del Bene
message in context: http://apache-wicket.1842946.n4.nabble.com/Reseting-a-textField-of-an-upload-form-tp4652632.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

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-04 Thread Andrea Del Bene
5575@qtp-22725577-0] [Home] form : model cleaned Nothing is transmitted :( Thank you -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Reseting-a-textField-of-an-upload-form-tp4652632p4652653.html Sent from the Users

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 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-05 Thread Sébastien Gautrin
will look for a good plugin for editing markups... I use page inheritance . Hence adding the wicket namespace only works for my mother page :'( Anyway thank you both :) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Reseting-a-textField-of-an-upload-form-tp46526