Hi All...
I am using struts1.2.9
I have an action mapping in struts-config as:
<action path="/sendmail" name="reminderForm"
type="com.lbi.equalito.webapp.action.ReminderAction">
<forward name="pass"
path="/WEB-INF/pages/remsuccess.jsp"/>
</action>
the form bean definition is as:
<form-bean name="reminderForm"
type="com.lbi.equalito.webapp.form.ReminderForm"></form-bean>
When i invoke /sendmail action, nothing is shown..I mean it displays only
blank page without any exceptions and error...wat cud be the possible
error??
Thanks in advance...
--
View this message in context:
http://www.nabble.com/action-not-getting-called-from-struts-config-tp16674206p16674206.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]