Hello,

Here my struts form :


<%@ page language="java" %>
<%@ taglib uri="/WEB-INF/struts-form.tld"
prefix="form" %>

<form:form action="rechercheclient.do">

  <form:select property="type"> 
    <form:option value="nom" />
  </form:select>

  <form:text property="search" />

</form:form>


My struts-config.xml is good but when I execute my
JSP, I've got this execption:

javax.servlet.ServletException: Cannot find message
resources under key org.apache.struts.action.MESSAGE
        at
javax.servlet.ServletException.(ServletException.java:161)

Does anybody have a solution ?

Thanks a lot
Emmanuel


___________________________________________________________
Do You Yahoo!? -- Un e-mail gratuit @yahoo.fr !
Yahoo! Courrier : http://fr.mail.yahoo.com

Reply via email to