Re: action not getting called from struts-config

2008-04-14 Thread newBea
derService) ctx.getBean("reminderService"); } reminderService.sendReminderMail(); return mapping.findForward("pass"); } Antonio Petrelli-3 wrote: > > 2008/4/14, newBea

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 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"> >>

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 > -- >

action not getting called from struts-config

2008-04-14 Thread newBea
Hi All... I am using struts1.2.9 I have an action mapping in struts-config as: the form bean definition is as: When i invoke /sendmail action, nothing is shown..I mean it displays only blank page without any excepti