Re: Error Start Tag Exception

2004-02-16 Thread Niall Pemberton
build jars to your servlet container rather than the struts 1.1 jars? Niall - Original Message - From: Betty Koon [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Monday, February 16, 2004 6:20 AM Subject: Error Start Tag Exception Any one has any idea why

Re: Error Start Tag Exception

2004-02-16 Thread Curtis Taylor
Hi Betty, I think you need to set the 'message' attribute to false here, as the tag is looking for an ActionMessage instance, not an ActionError one (which is what you get in the loop created by the html:errors / tag). Here's a snippet of an implementation I've used: logic:messagesPresent

RE: Error Start Tag Exception

2004-02-16 Thread Betty Koon
Subject: Re: Error Start Tag Exception Hi Betty, I think you need to set the 'message' attribute to false here, as the tag is looking for an ActionMessage instance, not an ActionError one (which is what you get in the loop created by the html:errors / tag). Here's a snippet of an implementation

Error Start Tag Exception

2004-02-15 Thread Betty Koon
Any one has any idea why this exception happens? I am using 1.2 nightly build currently. My jsp is simply using the following: logic:messagesPresent html:errors / /logic:messagesPresent java.lang.ClassCastException at