Re: File Chooser dialog needed

2008-12-16 Thread 123shyam
: Friday, November 07, 2008 9:01 PM To: users@wicket.apache.org; shyam.naraya...@gmail.com Subject: Re: File Chooser dialog needed Swing classes are not in the same heirarchy as Wicket's and the two are not made to work together. What you need is to add an input type=file

Re: File Chooser dialog needed

2008-12-16 Thread Jeremy Thomerson
, November 07, 2008 9:01 PM To: users@wicket.apache.org; shyam.naraya...@gmail.com Subject: Re: File Chooser dialog needed Swing classes are not in the same heirarchy as Wicket's and the two are not made to work together. What you need is to add an input type=file

File Chooser dialog needed

2008-11-07 Thread 123shyam
to pas= s it from thewicket class. It cannot be cast to a Component or Window. Kindly help me out on this. Thanks, Shyam -- View this message in context: http://www.nabble.com/File-Chooser-dialog-needed-tp20378500p20378500.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: File Chooser dialog needed

2008-11-07 Thread Charlie Dobbie
2008/11/7 Jeremy Thomerson [EMAIL PROTECTED] Depending on what you're doing, if you really had to do something with a directory, you may have to horror-music-starts use an applet /horror-music. Hope this helps. WicketMessage: Tag 'horror-music-starts' (line 2, column 27) has a mismatched

Re: File Chooser dialog needed

2008-11-07 Thread Jeremy Thomerson
I forgot the semi-colon, too! On Fri, Nov 7, 2008 at 10:01 AM, Charlie Dobbie [EMAIL PROTECTED] wrote: 2008/11/7 Jeremy Thomerson [EMAIL PROTECTED] Depending on what you're doing, if you really had to do something with a directory, you may have to horror-music-starts use an applet

Re: File Chooser dialog needed

2008-11-07 Thread Bruno Borges
If you really want to do that, make sure you install your web application in each user's computer... :-) Just to make sure the JFileChooser will actually work. And if you warn the user about something, don't use a javascript alert. JOptionPane is your friend here too! cheers, Bruno Borges

RE: File Chooser dialog needed

2008-11-07 Thread Shyam Narayanan
in context: http://www.nabble.com/File-Chooser-dialog-needed-tp20378500p20378500.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: File Chooser dialog needed

2008-11-07 Thread Jeremy Thomerson
, Shyam -- View this message in context: http://www.nabble.com/File-Chooser-dialog-needed-tp20378500p20378500.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL