Re: Error with tree component with 1.5.2

2011-10-31 Thread Pavol Zibrita
Probably serialization issue? And the browser still holds some old serialized classes? Or somwhere saved old sessions with old classes? just guess. Regards, Pavol On Mon, Oct 31, 2011 at 7:27 PM, Martin Grigorov mgrigo...@apache.orgwrote: I guess only IE is problematic ? Create a quickstart

Re: Wicket and youtube browser based upload

2011-04-20 Thread Pavol Zibrita
...@carmanconsulting.comwrote: Why not look at the source for YTD and see if there's anything you can borrow from them? On Tue, Apr 19, 2011 at 2:11 AM, Pavol Zibrita pavol.zibr...@gmail.com wrote: Hi! Ytd is bunch of servlets and jsp. And I want it to work in wicket. But I

Re: Wicket and youtube browser based upload

2011-04-19 Thread Pavol Zibrita
/GettingStarted Regards Žilvinas Vilutis Mobile: (+370) 652 38353 E-mail: cika...@gmail.com On Mon, Apr 18, 2011 at 2:25 PM, Pavol Zibrita pavol.zibr...@gmail.com wrote: Hi There! I'm quite new to wicket and I'm doing a web application where user's can upload videos to youtube

Re: Wicket and youtube browser based upload

2011-04-19 Thread Pavol Zibrita
borrow from them? On Tue, Apr 19, 2011 at 2:11 AM, Pavol Zibrita pavol.zibr...@gmail.com wrote: Hi! Ytd is bunch of servlets and jsp. And I want it to work in wicket. But I have problems I have described. Thanx, Pavol On Apr 19, 2011 1:33 AM, Zilvinas Vilutis cika...@gmail.com

Re: Wicket and youtube browser based upload

2011-04-19 Thread Pavol Zibrita
form using Wicket, then you can submit your form to your Wicket code and once you have the information gathered, you then manually submit the information to YouTube behind the scenes. On Tue, Apr 19, 2011 at 3:39 AM, Pavol Zibrita pavol.zibr...@gmail.com wrote: Hi! Well I know how to do

Re: Wicket and youtube browser based upload

2011-04-19 Thread Pavol Zibrita
Yes, that seems like my problem. A same question, will the second choice work, when I need the user to upload the file directly to youtube? I mean using the apache client and post method means my server is posting data to the youtube, not the client's browsert. Right? Thanx, p. On Tue, Apr 19,

Re: Wicket and youtube browser based upload

2011-04-19 Thread Pavol Zibrita
...@carmanconsulting.comwrote: In your case, you'd need to temporarily upload the file to your server. As I said, I don't know if it's worth it. :) On Tue, Apr 19, 2011 at 3:55 AM, Pavol Zibrita pavol.zibr...@gmail.com wrote: Will it work? I mean, the submitting should upload a file from

Re: Wicket and youtube browser based upload

2011-04-19 Thread Pavol Zibrita
And something like this?: Creating form for user using wicket with validation. After submit creating a page with custom form which will automatically do submit? Thanx, pavol On Tue, Apr 19, 2011 at 10:00 AM, James Carman ja...@carmanconsulting.comwrote: The problem with the first approach is

Re: Wicket and youtube browser based upload

2011-04-19 Thread Pavol Zibrita
auto-choose a file for your users (security risk), so they'd have to choose their file in the generated, custom form. On Tue, Apr 19, 2011 at 4:04 AM, Pavol Zibrita pavol.zibr...@gmail.com wrote: And something like this?: Creating form for user using wicket with validation. After submit

Wicket and youtube browser based upload

2011-04-18 Thread Pavol Zibrita
Hi There! I'm quite new to wicket and I'm doing a web application where user's can upload videos to youtube. For that, there is an youtube API from google. The problem I have is that I need to use browser-based upload, which means, that the actual upload should go directly to youtube and not