maztheozzie
Programmer
Hi all,
I have written a small app using struts. The problem is that after submitting the form a blank page is displayed with the address being : /spNotify/spnotify.do
I have set up my form as follows :
<html:form action="/spnotify">
and the struts-config.xml as :
<action path="/spnotify"
type="SPNotifyAction"
name="notifyForm"
scope="request"
input="/spNotify.jsp"
validate="false">
<forward name="failure" path="/spNotify.jsp"/>
<forward name="success" path="/spNotify.jsp"/>
</action>
The app does not seem to forward to spNotify.jsp at all?
Thanks in advance for your help.
Mayu
I have written a small app using struts. The problem is that after submitting the form a blank page is displayed with the address being : /spNotify/spnotify.do
I have set up my form as follows :
<html:form action="/spnotify">
and the struts-config.xml as :
<action path="/spnotify"
type="SPNotifyAction"
name="notifyForm"
scope="request"
input="/spNotify.jsp"
validate="false">
<forward name="failure" path="/spNotify.jsp"/>
<forward name="success" path="/spNotify.jsp"/>
</action>
The app does not seem to forward to spNotify.jsp at all?
Thanks in advance for your help.
Mayu