Re: Reseting a textField of an upload form

2012-10-05 Thread Sébastien Gautrin
: Well it works fine! I 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

Re: Reseting a textField of an upload form

2012-10-04 Thread Andrea Del Bene
this message in context: http://apache-wicket.1842946.n4.nabble.com/Reseting-a-textField-of-an-upload-form-tp4652632p4652653.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-04 Thread Paul Bors
[mailto:an.delb...@gmail.com] 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: form wicket:id=uploadForm table

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: ?xml version=1.0 encoding=UTF-8? html xmlns=http://www.w3.org/1999/xhtml; xmlns:wicket=http://wicket.apache.org; ~ Thank you, Paul Bors

Reseting a textField of an upload form

2012-10-03 Thread antechrestos
to the TextField and update the model object from there: I see the new value entered, but when the user presses the submit button, it keeps sending me null I must be missing a things but I am totally lost :( -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Reseting-a-textField

Re: Reseting a textField of an upload form

2012-10-03 Thread Andrea Del Bene
this 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
- 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 an upload form with a TextField