I get the following error message:

classnotfoundexception:
com.wintecinc.struts.validation.Constant

on startup

When I run the example I get the following error:

NoClassDefFoundError:
org/apache/struts/action/ActionMessages

Even though the code that causes it is compatible with
version 1.0:


<validator:errorsExist>
   <bean:message key="errors.header"/>
   <ul>
   <validator:errors id="error">
      <li><bean:write name="error"/></li>
   </validator:errors>
   </ul><hr>
</validator:errorsExist>

-Sandeep

__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

Reply via email to