aspose file tools
The moose likes JSP and the fly likes JSTL 1.1.1  x:parse tag problem! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "JSTL 1.1.1  x:parse tag problem!" Watch "JSTL 1.1.1  x:parse tag problem!" New topic
Author

JSTL 1.1.1 x:parse tag problem!

Matt Fury
Greenhorn

Joined: Mar 04, 2002
Posts: 23
Has anyone run into the issue with the tag not recognizing the doc attribute?

Attribute doc invalid for tag parse according to TLD

This is supposedly the new way to state the document source but it doesn't work. The XML attribute was the old way but that is now deprecated and gives me an error saying it doesn't take any parameters. It seems others are having this error but no responses on a solution.

Any help would be greatly appreciated!!

Thanks.


-------<br />Sun Certified Java 2 Programmer<br /><a href="http://www.lfhsolutions.com" target="_blank" rel="nofollow">http://www.lfhsolutions.com</a><br />matt@lfhsolutions.com
Matt Fury
Greenhorn

Joined: Mar 04, 2002
Posts: 23
Well apparently the taglib URI has changed to <%@ taglib uri="http://java.sun.com/jsp/jstl/xml" prefix="x" %>
Too bad they switched it and didn't stress it!
[ October 20, 2004: Message edited by: Matt Fury ]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56157
    
  13

Which version of the JSTL were you using before? 1.1 or 1.0?

The URI you show above is the correct URI for JSTL 1.1, which changed from the 1.0 URI.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JSTL 1.1.1 x:parse tag problem!
 
Similar Threads
how to use 2 fmt tags? fmt:message in fmt:formatDate
calculate referer in custom tag
jstl, xslt, and dom Documents
mayscript attribute
turn autocomplete off in Struts?