Jeff Beal a écrit :

What does your struts-config look like?
Here is the mapping for action.do. I don't use any form-bean because I don't need it. I have to access directly to my action with the url:

https://myserver/path/action.do


<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";>
<struts-config>

   <action-mappings>
       <action path="/action" type="mypackage.struts.Actions.DoAction">
           <forward name="echec" path="/index.jsp" redirect="true" />
           <forward name="succes" path="/vew.jsp" redirect="false" />
       </action>
   </action-mappings>

   <message-resources parameter="mypackage.ApplicationResources" />

</struts-config>

Thanx,

Manu.

--
Emmanuel Leguy                  LIFL - UMR8022 CNRS - Bat M3
Tel: +33 3 28 77 85 32          USTL - Universite de Lille 1
Fax: +33 3 28 77 85 37          59655 VILLENEUVE D'ASCQ CEDEX - FRANCE

mailto:[EMAIL PROTECTED]        
http://www.lifl.fr/ANNUAIRE/employee.php?login=leguye

Ce mail est signe par un certificat X509 fourni par le CNRS
La verification de ce certificat peut etre faite a l'adresse suivante: http://igc.services.cnrs.fr/CNRS-Standard/recherche.html

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to