Re: [Wicket-user] [Upload] Upload and Ajax

2007-02-01 Thread Henning Bredel
think. > > johan > > > On 2/1/07, *Henning Bredel* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Johan Compagner schrieb: > > > > Henning Bredel schrieb: > > > Hi, > > > >

Re: [Wicket-user] [Upload] Upload and Ajax

2007-02-01 Thread Henning Bredel
Johan Compagner schrieb: > > Henning Bredel schrieb: > > Hi, > > > > is there a way, to handle an upload with ajax? > > >

Re: [Wicket-user] [Upload] Upload and Ajax

2007-02-01 Thread Henning Bredel
Henning Bredel schrieb: > Hi, > > is there a way, to handle an upload with ajax? > > I have a form with some textfields and an upload (like the example). > After uploading, the form loads again and all made entries in the > textfields > are gone. > >

Re: [Wicket-user] [Upload] Upload and Ajax

2007-02-01 Thread Henning Bredel
Martijn Dashorst schrieb: > If you use the AjaxUploadField it does. But you can't submit a > multipart form using ajax. > > Martijn > > > On 2/1/07, Henning Bredel <[EMAIL PROTECTED]> wrote: > >> Martijn Dashorst schrieb: >> >>> Hmm,

Re: [Wicket-user] [Upload] Upload and Ajax

2007-02-01 Thread Henning Bredel
ing to do the redirect ourselves. >> getRequestCycle().setRedirect(false); >> // Make sure no output for the current cycle is ever sent. >> >> getRequestCycle().setRequestTarget(EmptyRequestTarget.getInstance()); >> >> >> >>

Re: [Wicket-user] [Upload] Upload and Ajax

2007-02-01 Thread Henning Bredel
ng to do the redirect ourselves. > getRequestCycle().setRedirect(false); > // Make sure no output for the current cycle is ever sent. > > getRequestCycle().setRequestTarget(EmptyRequestTarget.getInstance()); > > > > > - Paolo > > > &g

[Wicket-user] [Upload] Upload and Ajax

2007-02-01 Thread Henning Bredel
Hi, is there a way, to handle an upload with ajax? I have a form with some textfields and an upload (like the example). After uploading, the form loads again and all made entries in the textfields are gone. thanks in advance Henning

Re: [Wicket-user] [AjaxSubmitBehaviour & Upload] No Behaviour

2007-01-19 Thread Henning Bredel
Igor Vaynberg schrieb: > afik ajax requests do not support multipart forms > > -igor hmm, okay thanx for answere -- I'll try another way - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay pane

[Wicket-user] [AjaxSubmitBehaviour & Upload] No Behaviour

2007-01-19 Thread Henning Bredel
hi there, I have got a form with radioChoice (AjaxSubmitBehaviour) and an FileUploadField (alike the wicket-expample) on it. The problem is, that the SubmitBehaviour works without the uploadfield but don´t, when I integrate the upload. Can you give me a hint, if there is s.th. in development, or

Re: [Wicket-user] [AjaxFormComponentUpdatingBehaviour] updating a component

2007-01-11 Thread Henning Bredel
Martijn Dashorst schrieb: > add the second line here: > final Label usernameValidation= new Label("username_validation", new > PropertyModel(this, usernameValid)); > usernameValidation.setOutputMarkupId(true); > > // username > > > On 1/11/07, Hen

Re: [Wicket-user] [AjaxFormComponentUpdatingBehaviour] updating a component

2007-01-11 Thread Henning Bredel
Sorry for format, ... my mail-software kicked the spaces,... - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics t

[Wicket-user] [AjaxFormComponentUpdatingBehaviour] updating a component

2007-01-11 Thread Henning Bredel
hi, i´ve written a validation, which validates some inputs of a TextField. Trying to make an added AjaxCoomponentUpdating- Behaviour updating the component failed in the way, that the component is only updated by ajax after clicking the submit-button. I didn´t find any hints why ajax is waiting