Re: Weblogic 8.1 - Error in using tag library

2003-12-18 Thread aashra

I am sending this message so that if somebody else faces a similar problem they will 
have an answer to it instead of a hanging thread.

The project I am dealing with was purchased and I pulled that project from a version 
control system on to JBuilder. Since I wanted to use the struts visualization 
capacity of Jbuilder, I mentioned that to JBuilder that this is a Struts Project. And 
JBuilder overwrote all the tld files with its own version, which clashed with the 
struts.jar I had. Meanwhile I was deleting certain attribute elements from the 
struts-html.tld file to get rid of the errors for setter methods for those attributes. 
It did help me understand the issue though!

I hope that this message helps people who are facing similar issues.

Thank you.


The best thing to hit the internet in years - NetZero HiSpeed!
Surf the web up to FIVE TIMES FASTER!
Only $14.95/ month -visit www.netzero.com to sign up today!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Weblogic 8.1 - Error in using tag library

2003-12-17 Thread aashra
Environment:

OS: Windows XP
App Server: BEA Weblogic 8.1
MVC: Struts 1.1
IDE: JBuilder 7 Enterprise

JSP File:  See attachment

Error:
Dec 17, 2003 9:34:42 AM MST Error HTTP BEA-101020 
[ServletContext(id=28941,name=hipaax,context-path=/hipaax)] Servlet failed with 
Exception

weblogic.servlet.jsp.JspException: (line 1): 
===
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 'server', (JSP 1.1 spec, 5.4.1)
===

I have checked the following:
1. Struts.jar is present in web-inf/lib
2. Taglib definitions (uri and location) present in web.xml
3. Struts tld files present under web-inf

I have also searched the BEA newsgroups for solutions in vain.

I use StrutsCX (XML/XSL) for the View part of MVC. So I am not familiar with tag 
libraries and am unable to solve this problem after a day of searching the 
newsgroups/web. Your help and time are greatly appreciated.

Thank you.

Aashra.

PS:Please let me know resources where I could get more information if this is a 
generic issue.





 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]