I haven't used Struts 1.1 so I can't help you there.  Sorry I should have read more 
carefully before piping up.

What was thought was you had (in your jsp) a 

<html:form action='loginForm'>

tag.  If so, that should change to

<html:form action='login'>

which, per your action mapping is of type 'com.pfizer.maps.LoginAction'.

Sri

-----Original Message-----
From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, August 27, 2002 11:49 AM
To: Struts Users Mailing List
Subject: RE: Cannot retrieve mapping for action /loginForm error



Hi,
which action must be login in form-bean or action mapping, also 
since i am using DynaValidatorForm, i have no class loginForm bean, so what will be 
the form-name if using DynaValidatorForm Ashish  Sri Sankaran wrote:I think your 
action should be 'login'. 'loginForm' is your form bean.

Sri

-----Original Message-----
From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, August 27, 2002 11:32 AM
To: Struts Users Mailing List
Subject: Cannot retrieve mapping for action /loginForm error



Hi,

I am getting this error, please find the mappings from struts-cong below


dynamic="true"

type="org.apache.struts.validator.DynaValidatorForm">



















and i have class com.pfizer.maps.LoginAction in web-inf/classes/com/pfizer/maps

so what wrong i am doing , please help ASAP

javax.servlet.jsp.JspException: Cannot retrieve mapping for action /loginForm at 
org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:871)


Ashish




A$HI$H


---------------------------------
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes

--
To unsubscribe, e-mail: 
For additional commands, e-mail: 


A$HI$H


---------------------------------
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to