MyEclipse Forums
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
cdsnow
Post subject: JSP tag library  PostPosted: Nov 18, 2004 - 12:09 AM
Veteran Member
Veteran Member


Joined: Aug 09, 2004
Posts: 1

How would I go about setting up a project in ME to recognize a particular tag library? Currently it only recognizes standard tags.

Thank you,
C
 
 View user's profile Send private message  
Reply with quote Back to top
support-rkalla
Post subject:   PostPosted: Nov 18, 2004 - 05:16 PM
Registered Member
Registered Member


Joined: Jan 06, 2004
Posts: 23824

It will recognize your own taglibraries if you put them in the right place...


    1) Make sure your classes or JAR(s) are in your Java Build Path (or setup as your output dir)
    2) Make sure your TLD files are either under WEB-INF somewhere, or in your META-INF dir of a JAR in your Java Build Path
    3) IF your TLDs are under WEB-INF OR your TLDs do not define a default URI, make sure your setup <taglib> entries correctly in your web.xml file mapping the location to the URI
    4) Make sure your JSP pages use the correct URI from the web.xml file or the default URI from the TLD file.
    * CHeck out this link for detail about how URIs and taglibs are resolved: http://www.myeclipseide.com/FAQ+index-myfaq-yes-id_cat-31.html#251

_________________
Riyad
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits