I am loading a Value Object that is similar to my actionForm and passing
it in the request to the jsp page.  I am trying to use the "bean" taglib
to write out the data.  When I do that it throws a NoClassDefFoundError
on the actionForm.  I have strip out any reference to the ActionForm
form the action class and the struts-config.xml.  Yet I still get the
error.  How does my jsp page even know that the ActionForm exists and
why won't it let me write from a bean in the request.  All that i have
in my struts-config.xml is below.



    <action
        path="/AdminListCategories"
        type="org.cayambe.web.action.AdminListCategoriesAction">
      <forward name="success" path="/admin/ListCategories.jsp"/>
      <forward name="failed" path="/admin/failed.jsp"/>
    </action>

Thanks for any help that someone can offer.
-jon

Reply via email to