RE: O'Reilly Example

2002-03-01 Thread Tapas Bhattacharya
Thanks rgiri i remove the attribute and now it's working. Cheers, Tapas -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 11:10 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: O'Reilly Example from one

O'Reilly Example

2002-02-27 Thread Tapas Bhattacharya
Hi All, Has any one tried struts example from O'Reilly (onjava). Am getting the flowing error : Parsing of JSP File '/Login.jsp' failed: /Login.jsp(-1): Error in tag library at: 'form': The Tag class 'org.apache.struts.taglib.html.ImageTag' has no setter method corresponding to TLD declared

Re: O'Reilly Example

2002-02-27 Thread rgiri
encountered the same problem, if you look at the tld file in the error and the Class mentioned, you will find that the attribute path is mentioned only in the TLD file but if you look at the class definition there is no setter for this attribute. to make the example work, remove the complaining

Re: O'Reilly Example

2002-02-27 Thread rgiri
from one of my earlier postings.. I got a similar error in an example complaining about the following attribute from the struts-form.tld for tag nameimage/name tagclassorg.apache.struts.taglib.html.ImageTag/tagclass attribute namepath/name