Hi Guys,

I've built a very simple project using the struts-blank example from the
website as a starting point but have run into some problems.  Basically,
everything builds OK (I use ant) and a war file is generated.  I've expanded
this to see that the correct files are in the correct places e.g. jar files
in the WEB-INFO/lib directory etc and everything seems to check out OK.  I
then deploy the war file in weblogic 6.0, only when I try to look at a jsp I
get the following error:

Parsing of JSP File '/logon.jsp' failed:
----------------------------------------------------------------------------
----
 /logon.jsp(2): Error in using tag library uri='/WEB-INF/struts-html.tld'
prefix='html': The Tag class 'org.apache.struts.taglib.html.BaseTag' has no
setter method corresponding to TLD declared attribute 'target', (JSP 1.1
spec, 5.4.1)
probably occurred due to an error in /logon.jsp line 2:
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> 

I don't know why I get this error as when I run struts-blank which uses the
same tld and tag library files it works fine.

Perhaps I have missed something obvious from my new project? - has anyone
experienced this problem before?

Thanks in advance,

Simon.
For optimum solutions that save you time, visit www.ds-s.com.

Reply via email to