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