RE: Re: How can IIS and Tomcat share data?

2004-03-15 Thread Michel Van Asten
I think that a build in solution doesnt exist... do you mean that a part of your application is developped in asp ? in this case you have separate session... Have you tried to store your shared data in a database... Note if you find a simple solution let me know... Regards, Michel Van Asten

struts and DHTML

2004-03-01 Thread Michel Van Asten
; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: blue; BORDER-TOP-COLOR: blue; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: blue Any idea ? Regards, Michel Van Asten - To unsubscribe, e-mail: [EMAIL PROTECTED

Help URL Rewriting

2003-12-11 Thread michel Van Asten
... But I still have this code in my start page ?? IMG src=bouton_j.gif a href=/XXX/.do;jsessionid=reuajE6Ybep9BwfaqIBzpR-ldPY/aBRBR BR How can I control that the cookie is generated ??? Regards, Michel Van Asten

RE: deployement issue

2003-09-10 Thread michel Van Asten
Message- From: michel Van Asten [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 9:43 AM To: Struts Users Mailing List Subject: TR: deployement issue -Message d'origine- De : michel Van Asten [mailto:[EMAIL PROTECTED] Envoyé : mardi 9 septembre 2003 14:50 À

deployement issue

2003-09-09 Thread michel Van Asten
in the RetrieveMessageRessources ... Note 1° that the resource file is located at the same place on both system and that I use the same WEB.xml and strut-config.xml files 2° Other applications are running with servletExec on the production system... Any help is welcomed, Regards, Michel Van Asten

RE: deployement issue

2003-09-09 Thread michel Van Asten
) errors when my database isn't up and running. Is your database connection on the production server up and running and can you connect your DB properly? Just a guess... Cheers Koni michel Van Asten wrote: Hi, I got errors when I try to run my application on the production server (I use servletExec

bean:write usage

2003-08-27 Thread michel Van Asten
Hi, I have a form where I display some static fields ... the values of those fields are located in my actionForm, if I use the bean:write tag I need to give the name of the action form in my jsp file Is it possible to avoid that ? bean:write property=field1 name=actionForm Regards, Michel Van

Action Forms

2003-08-14 Thread michel Van Asten
) Supose now that Action1 will search information in the database, the result is a string list that I need to share with Action2 (Action2 will populate my Action2Form)... What is the best way to do that ? Regards, Michel Van Asten, Projections SPRL action