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
/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
>
> 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]
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
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
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
> --
>
> 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
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
8 matches
Mail list logo