DO NOT REPLY [Bug 30780] - JSTL tags don't work for jsp (xml) documents

2004-08-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30780

JSTL tags don't work for jsp (xml) documents

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

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



DO NOT REPLY [Bug 30780] - JSTL tags don't work for jsp (xml) documents

2004-08-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30780

JSTL tags don't work for jsp (xml) documents





--- Additional Comments From [EMAIL PROTECTED]  2004-08-20 22:23 ---
Hi,

Sorry yes it is working. The JSTL 1.1 jars didn't get transferred to my
WEB-INF/lib directory. The xml format doesn't throw an error when it can't find
jars. (or rather when the declared namespace isn't bound to a tag lib which is
correct from both a conceptual pov and complies with the JSP 2.0 spec ) I found
my problem when I converted an xml jsp to a regular jsp to try to see why the
example worked but my page didn't. The regular jsp threw an exception. 

by changing my namespace declaration to: 
xmlns:c="urn:jsptld:http://java.sun.com/jsp/jstl/core"; I get an error if I
mispell the uri or if the taglib isn't available. 

Sorry for the wasted time.

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



DO NOT REPLY [Bug 30780] - JSTL tags don't work for jsp (xml) documents

2004-08-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30780

JSTL tags don't work for jsp (xml) documents





--- Additional Comments From [EMAIL PROTECTED]  2004-08-20 21:29 ---
Can you attach a reproducible test case (war) that also contains the remaining
taglibs bound to "jsai" and "spring"?

I'm pretty positive this is working, otherwise some of the examples in the
jsp-examples WAR would also fail, since they nest JSTL tags inside other custom
tags without having to redeclare the "c" namespace.

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



DO NOT REPLY [Bug 30780] - JSTL tags don't work for jsp (xml) documents

2004-08-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30780

JSTL tags don't work for jsp (xml) documents





--- Additional Comments From [EMAIL PROTECTED]  2004-08-20 21:06 ---
By the rules of xml namespaces there is no difference between the two.

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