Re: action not getting called from struts-config

2008-04-14 Thread newBea
The java code inside ReminderAction: public ActionForward execute(ActionForm form, ActionMapping mapping, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException{ System.out.println("Hi"); ReminderForm reminderForm = (Reminder

Re: action not getting called from struts-config

2008-04-14 Thread newBea
/send.html gives be blank page...:( Lukasz Lenart wrote: > >> >> action >> *.html >> > > So, then try /sendmail.html > > > Regards > -- > Lukasz > > http://www.linkedin.com/in/lukaszlenart > > - > To unsubscr

Re: action not getting called from struts-config

2008-04-14 Thread Lukasz Lenart
> > action > *.html > So, then try /sendmail.html Regards -- Lukasz http://www.linkedin.com/in/lukaszlenart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: action not getting called from struts-config

2008-04-14 Thread Antonio Petrelli
2008/4/14, newBea <[EMAIL PROTECTED]>: > > > struts config is not getting ReminderAction...but the configuration is > correct i guess?? I meant the Java code inside your ReminderAction class. Antonio

Re: action not getting called from struts-config

2008-04-14 Thread newBea
struts config is not getting ReminderAction...but the configuration is correct i guess?? Antonio Petrelli-3 wrote: > > 2008/4/14, newBea <[EMAIL PROTECTED]>: >> >> > type="com.lbi.equalito.webapp.action.ReminderAction"> >> > path="/WEB-INF/pages/remsuccess

Re: action not getting called from struts-config

2008-04-14 Thread newBea
Hey thnks for reply I am using mapping as action *.html in web.xml Lukasz Lenart wrote: > >> When i invoke /sendmail action, nothing is shown..I mean it displays >> only > > Maybe /sendmail.do will better? How did you map struts servlet in web.xml? > > > Regards > -- >

Re: action not getting called from struts-config

2008-04-14 Thread Lukasz Lenart
> When i invoke /sendmail action, nothing is shown..I mean it displays only Maybe /sendmail.do will better? How did you map struts servlet in web.xml? Regards -- Lukasz http://www.linkedin.com/in/lukaszlenart - To unsubscrib

Re: action not getting called from struts-config

2008-04-14 Thread Antonio Petrelli
2008/4/14, newBea <[EMAIL PROTECTED]>: > > type="com.lbi.equalito.webapp.action.ReminderAction"> > path="/WEB-INF/pages/remsuccess.jsp"/> > > ... > type="com.lbi.equalito.webapp.form.ReminderForm"> > > When i invoke /sendma