session problem

2009-01-07 Thread Pierre Gilquin
Hi all, I have problem with a Wicket app deployed to a new host with shared tomcat : Not Found The requested URL /Pharmaco/;jsessionid=77264BF90D4FC51FD38AEF8259D8AD91 was not found on this server. Wicket seems to need a directory /work/Catalina/localhost/Pharmaco/WicketFilter-filestore in

Re: Deploy problem

2008-12-22 Thread Pierre Gilquin
Thanks Timms, I developed my app with this version without any problem. Now I am trying to change hosting. I have developed for JDK 1.5 and my new host is 1.4.2. Could this be also a problem ? Pierre My Web.xml ?xml version=1.0? web-app xmlns=http://java.sun.com/xml/ns/j2ee;

Re: Deploy problem

2008-12-22 Thread Pierre Gilquin
Timm, I did what you suggested. I used Wicket 1.3.5 and I recompile with JDK 1.4.2 Look like it goes farther but finaly not succefully. First, I get the same FileNotFoundException but it continues until the exception : NoSuchMethodError: method

Deploy problem

2008-12-21 Thread Pierre Gilquin
Hi all, I have a problem deploying a Wicket App. (Not Wicket app work fine). Wicket 1.3.0 rc1 / Tomcat 5.5.20 / JDK 1.4.2 Thanks in advance for any help Pierre The trace is : INFO: Manager: install: Installing web application at '/TestIso' from 'TestIso.war' java.io.FileNotFoundException:

TabbedPanel and css problem

2008-07-10 Thread Pierre Gilquin
Hi all, I have try to use a TabbedPanel in my appli. The css look in not taking into account. If I look into the html generated I have : span class=tabpanel div class=tab-row ul li class=tab0 selected ... If I look in the example on

Upload file

2008-03-05 Thread Pierre Gilquin
I try to modify the upload example (http://www.wicket-library.com/wicket-examples/upload/single) for my own need. I would like to be able to upload the file in a directory under my context (ie. tomcat_install/webapps/MyApp/DownloadedFiles) and generate the corresponding internet url for the

Bug WICKET-1265

2008-02-21 Thread Pierre Gilquin
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

Multi buttons in ajax form

2008-02-20 Thread Pierre Gilquin
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 value=Do Task 2 In the panel of the ajax window, I have an AjaxFormSubmitBehavior: form.add(new

International char

2008-02-08 Thread Pierre Gilquin
try to deploy on a www.eatj.com account and I get garbage for theses chars. What can be possibly wrong ? Thanks in advance Pierre Gilquin NB: I have in my WebApplication : public void init() { getRequestCycleSettings().setResponseRequestEncoding(iso-8859-1); }