hi!
i had heard that a form bean for a form was optional, not sure why i am getting this error here.
i have a button on a page and it goes like
<html:form action="/kiosk"> browse kiosks <html:submit value="Submit"/></html:form>
in my struts-config.xml i have defined the following action mapping
<action path="/kiosk"
type="KioskAction"
scope="request">
<forward name="success" path="/kiosk.jsp" />
</action>
could someone please help with this error.
thanks
cheers
ajay
i had heard that a form bean for a form was optional, not sure why i am getting this error here.
i have a button on a page and it goes like
<html:form action="/kiosk"> browse kiosks <html:submit value="Submit"/></html:form>
in my struts-config.xml i have defined the following action mapping
<action path="/kiosk"
type="KioskAction"
scope="request">
<forward name="success" path="/kiosk.jsp" />
</action>
could someone please help with this error.
thanks
cheers
ajay