Re: Ajax File Upload (Safari and Chrome)?

2010-03-02 Thread bgooren

Just perform a google search for WICKET-2657 in that case, or copy the
following link http://issues.apache.org/jira/browse/WICKET-2657


Pierre Goupil wrote:
> 
> The link is broken, unfortunately: "The project you are trying to view
> does
> not exist. Try browsing  for
> projects.
> "
> 
> Regards,
> 
> Pierre
> 
> 
> 
> On Tue, Mar 2, 2010 at 1:27 PM, bgooren  wrote:
> 
>>
>> Possibly this is related to
>> http://issues.apache.org/jira/browse/WICKET-2657
>> WICKET-2657?
>> That bug only mentions Chrome though, so it is unclear if it also occurs
>> on
>> Safari.
>>
>> Did you check if AjaxButton.onSubmit() gets called to isolate the problem
>> area (server vs client)?
>>
>>
>> Corbin, James-2 wrote:
>> >
>> > Are there any known issues with the FileUploadField when submitting via
>> > Ajax on Safari 4.x or Chrome 5.x?
>> >
>> > In the AjaxButton.onSubmit(), I am attempting to update other
>> components
>> > and it doesn't seem to repaint the component(s) in Safari or Chrome,
>> but
>> > does work as I expect in Firefox 3.x.
>> >
>> > J.D.
>> >
>> >
>>
>> --
>> View this message in context:
>> http://old.nabble.com/Ajax-File-Upload-%28Safari-and-Chrome%29--tp27748810p27755256.html
>> Sent from the Wicket - User 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
>>
>>
> 
> 
> -- 
> Les deux règles universelles du bide :
> 
> 1) on n'explique pas un bide
> 
> 2) dans le futur, un bide sera toujours un bide.
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Ajax-File-Upload-%28Safari-and-Chrome%29--tp27748810p27755431.html
Sent from the Wicket - User 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: Ajax File Upload (Safari and Chrome)?

2010-03-02 Thread Pierre Goupil
The link is broken, unfortunately: "The project you are trying to view does
not exist. Try browsing  for projects.
"

Regards,

Pierre



On Tue, Mar 2, 2010 at 1:27 PM, bgooren  wrote:

>
> Possibly this is related to
> http://issues.apache.org/jira/browse/WICKET-2657
> WICKET-2657?
> That bug only mentions Chrome though, so it is unclear if it also occurs on
> Safari.
>
> Did you check if AjaxButton.onSubmit() gets called to isolate the problem
> area (server vs client)?
>
>
> Corbin, James-2 wrote:
> >
> > Are there any known issues with the FileUploadField when submitting via
> > Ajax on Safari 4.x or Chrome 5.x?
> >
> > In the AjaxButton.onSubmit(), I am attempting to update other components
> > and it doesn't seem to repaint the component(s) in Safari or Chrome, but
> > does work as I expect in Firefox 3.x.
> >
> > J.D.
> >
> >
>
> --
> View this message in context:
> http://old.nabble.com/Ajax-File-Upload-%28Safari-and-Chrome%29--tp27748810p27755256.html
> Sent from the Wicket - User 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
>
>


-- 
Les deux règles universelles du bide :

1) on n'explique pas un bide

2) dans le futur, un bide sera toujours un bide.


Re: Ajax File Upload (Safari and Chrome)?

2010-03-02 Thread bgooren

Possibly this is related to  http://issues.apache.org/jira/browse/WICKET-2657
WICKET-2657 ?
That bug only mentions Chrome though, so it is unclear if it also occurs on
Safari.

Did you check if AjaxButton.onSubmit() gets called to isolate the problem
area (server vs client)?


Corbin, James-2 wrote:
> 
> Are there any known issues with the FileUploadField when submitting via
> Ajax on Safari 4.x or Chrome 5.x?
> 
> In the AjaxButton.onSubmit(), I am attempting to update other components
> and it doesn't seem to repaint the component(s) in Safari or Chrome, but
> does work as I expect in Firefox 3.x.
> 
> J.D.
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Ajax-File-Upload-%28Safari-and-Chrome%29--tp27748810p27755256.html
Sent from the Wicket - User 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



Ajax File Upload (Safari and Chrome)?

2010-03-01 Thread Corbin, James
Are there any known issues with the FileUploadField when submitting via Ajax on 
Safari 4.x or Chrome 5.x?

In the AjaxButton.onSubmit(), I am attempting to update other components and it 
doesn't seem to repaint the component(s) in Safari or Chrome, but does work as 
I expect in Firefox 3.x.

J.D.