You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Chilukuri, Pratap N Mr USAREC" <Pr...@usarec.army.mil> on 2002/07/26 20:40:37 UTC

Messagepresenttag error

Hi,

   I am getting "Unable to load class
org.apache.struts.taglib.logic.MessagesPresentTag" when i have
  
      <logic:messagesPresent>
  		<bean:message key="errors.header>
		<html:messages id="error">
			<bean:write  name="error"/>  
		</html:messages>
	</logic:messagesPresent>

I can see this class in the struts.jar file. When i take out this code and
replace it with <html:errors> everything works fine. I am not sure what the
proble. is. Is there something that I am missing.

Thank you in advance


  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>