org.apache.jasper.JasperException: Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-11-06 Thread Andreas . Schmaelzlein
Hi there,
 i get the following message by start a jsp/java application which use
struts. (Tomcat 4.1.24)

My web.xml contains:

servlet
servlet-nameideal/servlet-name

servlet-classorg.tzi.ideal.ui.servlet.ExtendedActionServlet/servlet-class

init-param
param-nameconfig/param-name

param-value/WEB-INF/struts-config.xml/param-value
/init-param
init-param
param-namedebug/param-name
param-value3/param-value
/init-param
init-param
param-namedetail/param-name
param-value3/param-value
/init-param
init-param
param-nameconfigFileName/param-name
param-value/WEB-INF/config.cfg/param-value
/init-param
load-on-startup1/load-on-startup
/servlet
servlet-mapping
servlet-nameideal/servlet-name
url-pattern*.do/url-pattern
/servlet-mapping
session-config
session-timeout60/session-timeout
/session-config
welcome-file-list
welcome-filejsp/index.jsp/welcome-file
/welcome-file-list
taglib
taglib-uri/WEB-INF/tlds/struts-bean.tld/taglib-uri

taglib-location/WEB-INF/tlds/struts-bean.tld/taglib-location
/taglib
taglib
taglib-uri/WEB-INF/tlds/struts-html.tld/taglib-uri

taglib-location/WEB-INF/tlds/struts-html.tld/taglib-location
/taglib
taglib
taglib-uri/WEB-INF/tlds/struts-logic.tld/taglib-uri

taglib-location/WEB-INF/tlds/struts-logic.tld/taglib-location
/taglib
taglib
taglib-uri/WEB-INF/tlds/struts-nested.tld/taglib-uri

taglib-location/WEB-INF/tlds/struts-nested.tld/taglib-location
/taglib
taglib
taglib-uri/WEB-INF/tlds/struts-template.tld/taglib-uri

taglib-location/WEB-INF/tlds/struts-template.tld/taglib-location
/taglib
taglib
taglib-uri/WEB-INF/tlds/struts-tiles.tld/taglib-uri

taglib-location/WEB-INF/tlds/struts-tiles.tld/taglib-location
/taglib
taglib

taglib-urihttp://jakarta.apache.org/taglibs/log-1.0/taglib-uri

taglib-location/WEB-INF/tlds/taglibs-log.tld/taglib-location
/taglib
taglib

taglib-urihttp://jakarta.apache.org/taglibs/xtags-1.0/taglib-uri

taglib-location/WEB-INF/tlds/taglibs-xtags.tld/taglib-location
/taglib
/web-app

My struts-config.xml contains:

struts-config
form-beans
form-bean name=loginUserForm
type=org.tzi.ideal.ui.form.LoginUserForm/
form-bean name=registerUserForm
type=org.tzi.ideal.ui.form.RegisterUserForm/
form-bean name=showCategoriesForm
type=org.tzi.ideal.ui.form.ShowCategoriesForm/
form-bean name=addMetadataForm
type=org.tzi.ideal.ui.form.AddMetadataForm/
form-bean name=modifyCategoryNameForm
type=org.tzi.ideal.ui.form.ModifyCategoryNameForm/
form-bean name=deleteMetadataForm
type=org.tzi.ideal.ui.form.DeleteMetadataForm/
form-bean name=deleteCategoryForm
type=org.tzi.ideal.ui.form.DeleteCategoryForm/
form-bean name=showModifyCategoryForm
type=org.tzi.ideal.ui.form.ShowModifyCategoryForm/
form-bean name=commitFeedbackForm
type=org.tzi.ideal.ui.form.CommitFeedbackForm/
form-bean name=showIcoForm
type=org.tzi.ideal.ui.form.ShowIcoForm/
/form-beans
global-forwards
forward name=showLogin path=/jsp/login.jsp
redirect=true/
forward name=showRegistration path=/jsp/register.jsp
redirect=true/
forward name=showRegisterSuccessful
path=/jsp/register_success.jsp redirect=true/  
forward name=showIco path=/jsp/ico.jsp
redirect=true/
forward name=showCategories path=/jsp/category.jsp
redirect=true/   
forward name=showCreateCategory
path=/jsp/category_create.jsp redirect=true/
forward name=showModifyCategory
path=/jsp/category_modify.jsp redirect=true/
forward name=showModifyCategoryOverview
path=/jsp/category_modify_overview.jsp redirect=true/
forward name=showNavigation path=/jsp/navigation.jsp
redirect=true/
forward name=error path=/jsp/error.jsp
redirect=true/
/global-forwards
action-mappings
action path=/repaintMain
type=org.tzi.ideal.ui.action.RepaintMainAction validate=false/
action path=/showRegistration
type=org.tzi.ideal.ui.action.ShowRegistrationAction validate=false/
action path=/registerUser 

Re: org.apache.jasper.JasperException: Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-11-06 Thread Dirk Markert
Hello Andreas,

  do you have your IdealMessageResources file in your WEB-INF
  directory?

***

ASnd Hi there,
ASnd  i get the following message by start a jsp/java application which use
ASnd struts. (Tomcat 4.1.24)

ASnd My web.xml contains:

ASnd servlet
ASnd servlet-nameideal/servlet-name

ASnd servlet-classorg.tzi.ideal.ui.servlet.ExtendedActionServlet/servlet-class

ASnd init-param
ASnd param-nameconfig/param-name

ASnd param-value/WEB-INF/struts-config.xml/param-value
ASnd /init-param
ASnd init-param
ASnd param-namedebug/param-name
ASnd param-value3/param-value
ASnd /init-param
ASnd init-param
ASnd param-namedetail/param-name
ASnd param-value3/param-value
ASnd /init-param
ASnd init-param
ASnd param-nameconfigFileName/param-name
ASnd param-value/WEB-INF/config.cfg/param-value
ASnd /init-param
ASnd load-on-startup1/load-on-startup
ASnd /servlet
ASnd servlet-mapping
ASnd servlet-nameideal/servlet-name
ASnd url-pattern*.do/url-pattern
ASnd /servlet-mapping
ASnd session-config
ASnd session-timeout60/session-timeout
ASnd /session-config
ASnd welcome-file-list
ASnd welcome-filejsp/index.jsp/welcome-file
ASnd /welcome-file-list
ASnd taglib
ASnd taglib-uri/WEB-INF/tlds/struts-bean.tld/taglib-uri

ASnd taglib-location/WEB-INF/tlds/struts-bean.tld/taglib-location
ASnd /taglib
ASnd taglib
ASnd taglib-uri/WEB-INF/tlds/struts-html.tld/taglib-uri

ASnd taglib-location/WEB-INF/tlds/struts-html.tld/taglib-location
ASnd /taglib
ASnd taglib
ASnd taglib-uri/WEB-INF/tlds/struts-logic.tld/taglib-uri

ASnd taglib-location/WEB-INF/tlds/struts-logic.tld/taglib-location
ASnd /taglib
ASnd taglib
ASnd taglib-uri/WEB-INF/tlds/struts-nested.tld/taglib-uri

ASnd taglib-location/WEB-INF/tlds/struts-nested.tld/taglib-location
ASnd /taglib
ASnd taglib
ASnd taglib-uri/WEB-INF/tlds/struts-template.tld/taglib-uri

ASnd taglib-location/WEB-INF/tlds/struts-template.tld/taglib-location
ASnd /taglib
ASnd taglib
ASnd taglib-uri/WEB-INF/tlds/struts-tiles.tld/taglib-uri

ASnd taglib-location/WEB-INF/tlds/struts-tiles.tld/taglib-location
ASnd /taglib
ASnd taglib

ASnd taglib-urihttp://jakarta.apache.org/taglibs/log-1.0/taglib-uri

ASnd taglib-location/WEB-INF/tlds/taglibs-log.tld/taglib-location
ASnd /taglib
ASnd taglib

ASnd taglib-urihttp://jakarta.apache.org/taglibs/xtags-1.0/taglib-uri

ASnd taglib-location/WEB-INF/tlds/taglibs-xtags.tld/taglib-location
ASnd /taglib
ASnd /web-app

ASnd My struts-config.xml contains:

ASnd struts-config
ASnd form-beans
ASnd form-bean name=loginUserForm
ASnd type=org.tzi.ideal.ui.form.LoginUserForm/
ASnd form-bean name=registerUserForm
ASnd type=org.tzi.ideal.ui.form.RegisterUserForm/
ASnd form-bean name=showCategoriesForm
ASnd type=org.tzi.ideal.ui.form.ShowCategoriesForm/
ASnd form-bean name=addMetadataForm
ASnd type=org.tzi.ideal.ui.form.AddMetadataForm/
ASnd form-bean name=modifyCategoryNameForm
ASnd type=org.tzi.ideal.ui.form.ModifyCategoryNameForm/
ASnd form-bean name=deleteMetadataForm
ASnd type=org.tzi.ideal.ui.form.DeleteMetadataForm/
ASnd form-bean name=deleteCategoryForm
ASnd type=org.tzi.ideal.ui.form.DeleteCategoryForm/
ASnd form-bean name=showModifyCategoryForm
ASnd type=org.tzi.ideal.ui.form.ShowModifyCategoryForm/
ASnd form-bean name=commitFeedbackForm
ASnd type=org.tzi.ideal.ui.form.CommitFeedbackForm/
ASnd form-bean name=showIcoForm
ASnd type=org.tzi.ideal.ui.form.ShowIcoForm/
ASnd /form-beans
ASnd global-forwards
ASnd forward name=showLogin path=/jsp/login.jsp
redirect=true/
ASnd forward name=showRegistration path=/jsp/register.jsp
redirect=true/
ASnd forward name=showRegisterSuccessful
ASnd path=/jsp/register_success.jsp redirect=true/  
ASnd forward name=showIco path=/jsp/ico.jsp
redirect=true/
ASnd forward name=showCategories path=/jsp/category.jsp
redirect=true/   
ASnd forward name=showCreateCategory
ASnd path=/jsp/category_create.jsp redirect=true/
ASnd