Hi,

I am having a strange problem.

I have an action nmapping defined as

  <action path="/viewadminconfig" type="...">
     <forward name="success"
path="/XDIViewAdminConfigForm.jsp" />
  </action>

And then in my XDIViewAdminConfigForm.jsp, I have the
following :

  <html:form onsubmit="..."
action="/viewadminconfig.do">

....

</html:form>

When I request this,  I get the following exception :

"javax.servlet.jsp.jSpException : Cannot retrieve
definition for form bean null
at
org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:708)
....


Do I always have to associate a form bean with a form.


Vimal

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply via email to