Re: Upload file

2008-03-06 Thread Pierre G
ExternalLink works great with relative path (/DownloadedFiles/file1) and I was able to access the context path using getServletContext().getRealPath(/) in Application.init Thanks Pierre Nino.Martinez wrote: folder.getFiles()[1].toURL() should give the direct url for the file, now

Re: Upload file

2008-03-05 Thread Pierre G
Thanks Nino, Sorry, I dont understand. Please be more detailed. I try to use Folder from util.file package uploadFolder = new Folder(?, DownloadedFiles); then can I use the folder as resource ? how ? I still dont have any idea how to have my uploadFolder in the context

Bug WICKET-1265

2008-02-21 Thread Pierre G
Hi all, The solution for the bug WICKET-1265 (Close ModalWindow in IE with scrollbars scrolls to bottom) is not added in last version 1.3.1. I try to make the change in my jars without success. With the original, on close of the ModalWindow, the page scrolls to bottom . With the recommended

Re: Multi buttons in ajax form

2008-02-20 Thread Pierre G
Sorry for the noise, I was able to do it with 2 AjaxButton added on the form. Pierre Pierre G wrote: hi all, I try to have to have 2 buttons in a form. This form is used in an ajax window. in html, they are 2 standards buttons input type=submit value=Do Task1 input type=submit

Re: International char

2008-02-11 Thread Pierre G
11, 2008 8:55 AM, Pierre G [EMAIL PROTECTED] wrote: Hello Landry, Merci for your help. I can be wrong but Apache in not involved in deployment on www.eatj.com. It's only Tomcat. The funny thing is if I access the html directly( serve by Tomcat), the chars are correctly displayed

Re: International char

2008-02-11 Thread Pierre G
, Pierre G [EMAIL PROTECTED] wrote: Hello Landry, Merci for your help. I can be wrong but Apache in not involved in deployment on www.eatj.com. It's only Tomcat. The funny thing is if I access the html directly( serve by Tomcat), the chars are correctly displayed. But as a Wicket

Re: International char

2008-02-10 Thread Pierre G
Hello Landry, Merci for your help. I can be wrong but Apache in not involved in deployment on www.eatj.com. It's only Tomcat. The funny thing is if I access the html directly( serve by Tomcat), the chars are correctly displayed. But as a Wicket componants, something goes wrong. I am still in