Just an aside, don't know if it will impact your problem but struts-form.tld
and associated tags are deprecated. If you're using 1.0 they have been
replaced by the classes referenced in struts-html.tld

Chris

Christopher Assenza
Email:  [EMAIL PROTECTED]
ACCESSDATA
Moving Your Business from Point A to Point e.SM
http://www.accessdc.com/



-----Original Message-----
From: emmanuel.boudrant [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 27, 2001 10:04 AM
To: [EMAIL PROTECTED]
Subject: Probleme with <form:select ...>


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