Exception: Cannot retrieve mapping for action

2001-11-02 Thread tnist
Hello, I have the following Strut-Config file. !-- == Form Bean Definitions === -- form-beans !-- Logon form bean -- form-bean name=logonForm type=com.mlsbuyer.logonform/ /form-beans !-- == Global

RE: Exception: Cannot retrieve mapping for action

2001-11-02 Thread Chilakala, Laxminarsimha
] [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 12:26 PM To: [EMAIL PROTECTED] Subject: Exception: Cannot retrieve mapping for action Hello, I have the following Strut-Config file. !-- == Form Bean Definitions === -- form-beans !-- Logon

RE: Exception: Cannot retrieve mapping for action

2001-11-02 Thread tnist
: Exception: Cannot retrieve mapping for action try using servlet-mapping servlet-nameaction/servlet-name url-pattern/*.do/url-pattern /servlet-mapping instead of servlet-mapping servlet-nameaction/servlet-name url-pattern/do/*/url-pattern /servlet-mapping LN

Re: Exception: Cannot retrieve mapping for action

2001-11-02 Thread cahana
Try global-forwards forward name=logonpath=/do/logon.do/ /global-forwards - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 02, 2001 8:25 AM Subject: Exception: Cannot retrieve mapping for action Hello, I have the following