Re: action not getting called from struts-config

2008-04-14 Thread 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 > > -- View this message in context: h

Re: action not getting called from struts-config

2008-04-14 Thread newBea
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/action-not-getting-called-from-struts-config-tp16674206p1

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
t;> blank page without any exceptions and error...wat cud be the possible >> error?? > > > > Please post the action code, especially the part that returns the forward. > > Antonio > > -- View this message in context: http://www

Re: action not getting called from struts-config

2008-04-14 Thread newBea
-- View this message in context: http://www.nabble.com/action-not-getting-called-from-struts-config-tp16674206p16674305.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]

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

action not getting called from struts-config

2008-04-14 Thread newBea
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

RE: Action not getting called

2005-08-03 Thread David G. Friedman
id -Original Message- From: Pushpendra Maharya [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 03, 2005 10:52 PM To: user@struts.apache.org Subject: Action not getting called HI, I am trying to solve thi sproblem from last 2 days but did not get any success.Except this all the actio

Action not getting called

2005-08-03 Thread Pushpendra Maharya
HI, I am trying to solve thi sproblem from last 2 days but did not get any success.Except this all the actions are getting called and working fine. Action Class package site; import java.sql.Connection; import java.sql.ResultSet; import java.sql.Statement; import javax.servlet.http.HttpServl