Re: File Chooser dialog needed

2008-12-16 Thread Jeremy Thomerson
>> The button as well as textfield stand on a wicket page. Just the action > >> of > >> opening a file browser is what i want. > >> > >> I am very new to wicket. Could you pls explain more on what i would have > >> to > >> do to open such a dial

Re: File Chooser dialog needed

2008-12-16 Thread 123shyam
>> >> I am very new to wicket. Could you pls explain more on what i would have >> to >> do to open such a dialog nd then get the path selected ? >> >> A code example would be appreciated. >> >> Thanks >> >> From: Jeremy Thome

Re: File Chooser dialog needed

2008-11-07 Thread Jeremy Thomerson
MAIL PROTECTED] > Sent: Friday, November 07, 2008 9:01 PM > To: users@wicket.apache.org; [EMAIL PROTECTED] > 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

RE: File Chooser dialog needed

2008-11-07 Thread Shyam Narayanan
gt; 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 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 blog.bru

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 use an applet > > . > > Hope thi

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 use an applet > . > Hope this helps. WicketMessage: Tag '' (line 2, column 27) has a mismatched close tag at '' (line 3, column 1) ;-)

Re: File Chooser dialog needed

2008-11-07 Thread Jeremy Thomerson
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. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

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