Yes, I have that declared in web.xml. Funny thing today I tried is: the
same jsp with action works when I move them into the original
webwork-example.war project without the taglib error (I load this into
my WebSphere WSAD v5.1).

My new project was created by copying all the necessary files from the
above sample project, include the web.xml. Did I miss something?

Thanks,
Jirong



--------------------- part of web.xml -----------
    <taglib>
        <taglib-uri>webwork</taglib-uri>
        <taglib-location>/WEB-INF/webwork.tld</taglib-location>
    </taglib>

    <taglib>
        <taglib-uri>benchmark</taglib-uri>
       
<taglib-location>/WEB-INF/taglibs-benchmark.tld</taglib-location>
    </taglib>

    <taglib>
        <taglib-uri>c</taglib-uri>
        <taglib-location>/WEB-INF/c.tld</taglib-location>
    </taglib>
</web-app>

---------------------------

From: Jason Carreira <[EMAIL PROTECTED]> 
 RE: No such tag form in the tag library imported with prefix ww   
2003-12-27 08:42  
 What does your web.xml look like? Do you have the tag lib declaration
 there?
 
 > -----Original Message-----
 > From: Jirong Hu [mailto:[EMAIL PROTECTED] 
 > Sent: Saturday, December 27, 2003 10:05 AM
 > To: [EMAIL PROTECTED]
 > Subject: [OS-webwork] No such tag form in the tag library 
 > imported with prefix ww
 > 
 > 
 > Hi,
 > 
 > I can make the JSP tag work. I am using WebWork2 beta2 and I 
 > can see the webwork.tld under WEB-INF and web.xml.
 > 
 > Regards,
 > Jirong
 > 
 > Error like:
 > No such tag form in the tag library imported with prefix ww
 > and:
 > [Servlet Error]-[Including component
 > failed:javax.servlet.ServletException: /template/xhtml/text.jsp
 > 
 > __________________________________
 > Do you Yahoo!?
 > New Yahoo! Photos - easier uploading and sharing. 
 http://photos.yahoo.com/
 

 


__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to