aspose file tools
The moose likes JSP and the fly likes using tags in jsp page Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "using tags in jsp page" Watch "using tags in jsp page" New topic
Author

using tags in jsp page

Jonas Peters
Greenhorn

Joined: Sep 16, 2004
Posts: 2
i am trying to use this tag

custom.tagx


within this jsp page:

index.jspx


but somehow <easy:custom /> doesn't get processed it appears in the resulting xhtml instead of the text it should generate.

but it works like that:

Jonas Peters
Greenhorn

Joined: Sep 16, 2004
Posts: 2
i also tried this:


The URN of the form urn:jsptagdir ath must start with /WEB-INF/tags/ and identifies tag extensions (implemented as tag files) installed in the WEB-INF/tags/ directory or a subdirectory of it:

xmlns:u="urn:jsptagdir:/WEB-INF/tags/mytaglibs/"
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: using tags in jsp page
 
Similar Threads
Including JSPX in other JSPX
float property is not working properly
JSP 2.0 document
updating database records via jsp
Why is Refresh neccessary when loading the page?