File upload field inside of a modal?

2008-03-24 Thread Michael Mehrle
According to this old threat, the use of a file upload field inside a
wicket Ajax modal was not possible:

http://tinyurl.com/3e4z35

Has anyone found a work-around to this (besides placing the field into a
regular page ;-) ?

Thanks!

Michael

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: File upload field inside of a modal?

2008-03-24 Thread Johan Compagner
dont think so.. ajax file upload is not possible i think.
Or do you have examples where they do that?

On Mon, Mar 24, 2008 at 6:08 PM, Michael Mehrle [EMAIL PROTECTED]
wrote:

 According to this old threat, the use of a file upload field inside a
 wicket Ajax modal was not possible:

 http://tinyurl.com/3e4z35

 Has anyone found a work-around to this (besides placing the field into a
 regular page ;-) ?

 Thanks!

 Michael

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




RE: File upload field inside of a modal?

2008-03-24 Thread Michael Mehrle
No, I don't have an example - looking for a way to make it work...

Michael

-Original Message-
From: Johan Compagner [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 24, 2008 11:30 AM
To: users@wicket.apache.org
Subject: Re: File upload field inside of a modal?

dont think so.. ajax file upload is not possible i think.
Or do you have examples where they do that?

On Mon, Mar 24, 2008 at 6:08 PM, Michael Mehrle [EMAIL PROTECTED]
wrote:

 According to this old threat, the use of a file upload field inside a
 wicket Ajax modal was not possible:

 http://tinyurl.com/3e4z35

 Has anyone found a work-around to this (besides placing the field into
a
 regular page ;-) ?

 Thanks!

 Michael

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: File upload field inside of a modal?

2008-03-24 Thread Igor Vaynberg
usually it is done with a hidden iframe which does the POST

-igor


On Mon, Mar 24, 2008 at 12:05 PM, Michael Mehrle [EMAIL PROTECTED] wrote:
 No, I don't have an example - looking for a way to make it work...

  Michael



  -Original Message-
  From: Johan Compagner [mailto:[EMAIL PROTECTED]
  Sent: Monday, March 24, 2008 11:30 AM
  To: users@wicket.apache.org
  Subject: Re: File upload field inside of a modal?

  dont think so.. ajax file upload is not possible i think.
  Or do you have examples where they do that?

  On Mon, Mar 24, 2008 at 6:08 PM, Michael Mehrle [EMAIL PROTECTED]
  wrote:

   According to this old threat, the use of a file upload field inside a
   wicket Ajax modal was not possible:
  
   http://tinyurl.com/3e4z35
  
   Has anyone found a work-around to this (besides placing the field into
  a
   regular page ;-) ?
  
   Thanks!
  
   Michael
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  

  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: File upload field inside of a modal?

2008-03-24 Thread Michael Mehrle
That sounds worthwhile exploring. How do I trigger a POST request in an
iFrame from within a Wicket modal window?

Thanks again for your input.

Michael

-Original Message-
From: Igor Vaynberg [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 24, 2008 1:41 PM
To: users@wicket.apache.org
Subject: Re: File upload field inside of a modal?

usually it is done with a hidden iframe which does the POST

-igor


On Mon, Mar 24, 2008 at 12:05 PM, Michael Mehrle
[EMAIL PROTECTED] wrote:
 No, I don't have an example - looking for a way to make it work...

  Michael



  -Original Message-
  From: Johan Compagner [mailto:[EMAIL PROTECTED]
  Sent: Monday, March 24, 2008 11:30 AM
  To: users@wicket.apache.org
  Subject: Re: File upload field inside of a modal?

  dont think so.. ajax file upload is not possible i think.
  Or do you have examples where they do that?

  On Mon, Mar 24, 2008 at 6:08 PM, Michael Mehrle
[EMAIL PROTECTED]
  wrote:

   According to this old threat, the use of a file upload field inside
a
   wicket Ajax modal was not possible:
  
   http://tinyurl.com/3e4z35
  
   Has anyone found a work-around to this (besides placing the field
into
  a
   regular page ;-) ?
  
   Thanks!
  
   Michael
  
  
-
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  

  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: File upload field inside of a modal?

2008-03-24 Thread Igor Vaynberg
via javascript: form.submit();

-igor


On Mon, Mar 24, 2008 at 2:03 PM, Michael Mehrle [EMAIL PROTECTED] wrote:
 That sounds worthwhile exploring. How do I trigger a POST request in an
  iFrame from within a Wicket modal window?

  Thanks again for your input.

  Michael



  -Original Message-
  From: Igor Vaynberg [mailto:[EMAIL PROTECTED]
  Sent: Monday, March 24, 2008 1:41 PM
  To: users@wicket.apache.org
  Subject: Re: File upload field inside of a modal?

  usually it is done with a hidden iframe which does the POST

  -igor


  On Mon, Mar 24, 2008 at 12:05 PM, Michael Mehrle
  [EMAIL PROTECTED] wrote:
   No, I don't have an example - looking for a way to make it work...
  
Michael
  
  
  
-Original Message-
From: Johan Compagner [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2008 11:30 AM
To: users@wicket.apache.org
Subject: Re: File upload field inside of a modal?
  
dont think so.. ajax file upload is not possible i think.
Or do you have examples where they do that?
  
On Mon, Mar 24, 2008 at 6:08 PM, Michael Mehrle
  [EMAIL PROTECTED]
wrote:
  
 According to this old threat, the use of a file upload field inside
  a
 wicket Ajax modal was not possible:

 http://tinyurl.com/3e4z35

 Has anyone found a work-around to this (besides placing the field
  into
a
 regular page ;-) ?

 Thanks!

 Michael


  -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


  
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
  
  

  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]


  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: File upload field inside of a modal?

2008-03-24 Thread Michael Mehrle
Right - the old fashioned way. Igor strikes again - I'll give that a
shot - let you know if it pans out :-)

Michael

-Original Message-
From: Igor Vaynberg [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 24, 2008 2:10 PM
To: users@wicket.apache.org
Subject: Re: File upload field inside of a modal?

via javascript: form.submit();

-igor


On Mon, Mar 24, 2008 at 2:03 PM, Michael Mehrle [EMAIL PROTECTED]
wrote:
 That sounds worthwhile exploring. How do I trigger a POST request in
an
  iFrame from within a Wicket modal window?

  Thanks again for your input.

  Michael



  -Original Message-
  From: Igor Vaynberg [mailto:[EMAIL PROTECTED]
  Sent: Monday, March 24, 2008 1:41 PM
  To: users@wicket.apache.org
  Subject: Re: File upload field inside of a modal?

  usually it is done with a hidden iframe which does the POST

  -igor


  On Mon, Mar 24, 2008 at 12:05 PM, Michael Mehrle
  [EMAIL PROTECTED] wrote:
   No, I don't have an example - looking for a way to make it work...
  
Michael
  
  
  
-Original Message-
From: Johan Compagner [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2008 11:30 AM
To: users@wicket.apache.org
Subject: Re: File upload field inside of a modal?
  
dont think so.. ajax file upload is not possible i think.
Or do you have examples where they do that?
  
On Mon, Mar 24, 2008 at 6:08 PM, Michael Mehrle
  [EMAIL PROTECTED]
wrote:
  
 According to this old threat, the use of a file upload field
inside
  a
 wicket Ajax modal was not possible:

 http://tinyurl.com/3e4z35

 Has anyone found a work-around to this (besides placing the
field
  into
a
 regular page ;-) ?

 Thanks!

 Michael


  -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


  
  
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
  
  

  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]


  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: File upload field inside of a modal?

2008-03-24 Thread Igor Vaynberg
take a look here for a starting point:

http://www.phpletter.com/Demo/AjaxFileUpload-Demo/

we cannot use jquery in wicket core projects directly because it is
not properly namespaced...

-igor


On Mon, Mar 24, 2008 at 2:12 PM, Michael Mehrle [EMAIL PROTECTED] wrote:
 Right - the old fashioned way. Igor strikes again - I'll give that a
  shot - let you know if it pans out :-)


  Michael

  -Original Message-
  From: Igor Vaynberg [mailto:[EMAIL PROTECTED]


 Sent: Monday, March 24, 2008 2:10 PM
  To: users@wicket.apache.org
  Subject: Re: File upload field inside of a modal?

  via javascript: form.submit();

  -igor


  On Mon, Mar 24, 2008 at 2:03 PM, Michael Mehrle [EMAIL PROTECTED]
  wrote:
   That sounds worthwhile exploring. How do I trigger a POST request in
  an
iFrame from within a Wicket modal window?
  
Thanks again for your input.
  
Michael
  
  
  
-Original Message-
From: Igor Vaynberg [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2008 1:41 PM
To: users@wicket.apache.org
Subject: Re: File upload field inside of a modal?
  
usually it is done with a hidden iframe which does the POST
  
-igor
  
  
On Mon, Mar 24, 2008 at 12:05 PM, Michael Mehrle
[EMAIL PROTECTED] wrote:
 No, I don't have an example - looking for a way to make it work...

  Michael



  -Original Message-
  From: Johan Compagner [mailto:[EMAIL PROTECTED]
  Sent: Monday, March 24, 2008 11:30 AM
  To: users@wicket.apache.org
  Subject: Re: File upload field inside of a modal?

  dont think so.. ajax file upload is not possible i think.
  Or do you have examples where they do that?

  On Mon, Mar 24, 2008 at 6:08 PM, Michael Mehrle
[EMAIL PROTECTED]
  wrote:

   According to this old threat, the use of a file upload field
  inside
a
   wicket Ajax modal was not possible:
  
   http://tinyurl.com/3e4z35
  
   Has anyone found a work-around to this (besides placing the
  field
into
  a
   regular page ;-) ?
  
   Thanks!
  
   Michael
  
  
-
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  


  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]


  
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
  
  
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
  
  

  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]


  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: File upload field inside of a modal?

2008-03-24 Thread Michael Mehrle
What a tease! No source code from what I can tell...

Michael

-Original Message-
From: Igor Vaynberg [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 24, 2008 2:14 PM
To: users@wicket.apache.org
Subject: Re: File upload field inside of a modal?

take a look here for a starting point:

http://www.phpletter.com/Demo/AjaxFileUpload-Demo/

we cannot use jquery in wicket core projects directly because it is
not properly namespaced...

-igor


On Mon, Mar 24, 2008 at 2:12 PM, Michael Mehrle [EMAIL PROTECTED]
wrote:
 Right - the old fashioned way. Igor strikes again - I'll give that a
  shot - let you know if it pans out :-)


  Michael

  -Original Message-
  From: Igor Vaynberg [mailto:[EMAIL PROTECTED]


 Sent: Monday, March 24, 2008 2:10 PM
  To: users@wicket.apache.org
  Subject: Re: File upload field inside of a modal?

  via javascript: form.submit();

  -igor


  On Mon, Mar 24, 2008 at 2:03 PM, Michael Mehrle
[EMAIL PROTECTED]
  wrote:
   That sounds worthwhile exploring. How do I trigger a POST request
in
  an
iFrame from within a Wicket modal window?
  
Thanks again for your input.
  
Michael
  
  
  
-Original Message-
From: Igor Vaynberg [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2008 1:41 PM
To: users@wicket.apache.org
Subject: Re: File upload field inside of a modal?
  
usually it is done with a hidden iframe which does the POST
  
-igor
  
  
On Mon, Mar 24, 2008 at 12:05 PM, Michael Mehrle
[EMAIL PROTECTED] wrote:
 No, I don't have an example - looking for a way to make it
work...

  Michael



  -Original Message-
  From: Johan Compagner [mailto:[EMAIL PROTECTED]
  Sent: Monday, March 24, 2008 11:30 AM
  To: users@wicket.apache.org
  Subject: Re: File upload field inside of a modal?

  dont think so.. ajax file upload is not possible i think.
  Or do you have examples where they do that?

  On Mon, Mar 24, 2008 at 6:08 PM, Michael Mehrle
[EMAIL PROTECTED]
  wrote:

   According to this old threat, the use of a file upload field
  inside
a
   wicket Ajax modal was not possible:
  
   http://tinyurl.com/3e4z35
  
   Has anyone found a work-around to this (besides placing the
  field
into
  a
   regular page ;-) ?
  
   Thanks!
  
   Michael
  
  
  
-
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  


  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]


  
  
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
  
  
  
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
  
  

  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]


  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: File upload field inside of a modal?

2008-03-24 Thread Michael Mehrle
Never mind - found it, but it's PHP. Well, might help to structure
things properly.

Thanks,

Michael

-Original Message-
From: Michael Mehrle [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 24, 2008 2:24 PM
To: users@wicket.apache.org
Subject: RE: File upload field inside of a modal?

What a tease! No source code from what I can tell...

Michael

-Original Message-
From: Igor Vaynberg [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 24, 2008 2:14 PM
To: users@wicket.apache.org
Subject: Re: File upload field inside of a modal?

take a look here for a starting point:

http://www.phpletter.com/Demo/AjaxFileUpload-Demo/

we cannot use jquery in wicket core projects directly because it is
not properly namespaced...

-igor


On Mon, Mar 24, 2008 at 2:12 PM, Michael Mehrle [EMAIL PROTECTED]
wrote:
 Right - the old fashioned way. Igor strikes again - I'll give that a
  shot - let you know if it pans out :-)


  Michael

  -Original Message-
  From: Igor Vaynberg [mailto:[EMAIL PROTECTED]


 Sent: Monday, March 24, 2008 2:10 PM
  To: users@wicket.apache.org
  Subject: Re: File upload field inside of a modal?

  via javascript: form.submit();

  -igor


  On Mon, Mar 24, 2008 at 2:03 PM, Michael Mehrle
[EMAIL PROTECTED]
  wrote:
   That sounds worthwhile exploring. How do I trigger a POST request
in
  an
iFrame from within a Wicket modal window?
  
Thanks again for your input.
  
Michael
  
  
  
-Original Message-
From: Igor Vaynberg [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2008 1:41 PM
To: users@wicket.apache.org
Subject: Re: File upload field inside of a modal?
  
usually it is done with a hidden iframe which does the POST
  
-igor
  
  
On Mon, Mar 24, 2008 at 12:05 PM, Michael Mehrle
[EMAIL PROTECTED] wrote:
 No, I don't have an example - looking for a way to make it
work...

  Michael



  -Original Message-
  From: Johan Compagner [mailto:[EMAIL PROTECTED]
  Sent: Monday, March 24, 2008 11:30 AM
  To: users@wicket.apache.org
  Subject: Re: File upload field inside of a modal?

  dont think so.. ajax file upload is not possible i think.
  Or do you have examples where they do that?

  On Mon, Mar 24, 2008 at 6:08 PM, Michael Mehrle
[EMAIL PROTECTED]
  wrote:

   According to this old threat, the use of a file upload field
  inside
a
   wicket Ajax modal was not possible:
  
   http://tinyurl.com/3e4z35
  
   Has anyone found a work-around to this (besides placing the
  field
into
  a
   regular page ;-) ?
  
   Thanks!
  
   Michael
  
  
  
-
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  


  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]


  
  
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
  
  
  
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
  
  

  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]


  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]