URI in Struts-1.2.3 (was RE: Struts 1.2.2 Dead in the Water?)

2004-09-01 Thread Matthias Wessendorf
I saw in CVS, that URI for Struts-Faces points also to Jakarta: urihttp://jakarta.apache.org/struts/tags-faces/uri @struts-el: only tiles-el points to jakarta (in Struts 1.2.3) urihttp://struts.apache.org/tags-bean-el/uri urihttp://struts.apache.org/tags-html-el/uri

Re: URI in Struts-1.2.3 (was RE: Struts 1.2.2 Dead in the Water?)

2004-09-01 Thread Niall Pemberton
Thanks for pointing this out (and also Kunal Parikh) - I've updated this in CVS. Having said that, I'm not sure it makes any difference. I was under the impression that these URI's should point to a publicly available copy of the tld and but there aren't copies either on struts.apache.org or

Re: URI in Struts-1.2.3 (was RE: Struts 1.2.2 Dead in the Water?)

2004-09-01 Thread Nicolas De Loof
Those URIs in taglibs are only used AFAIK to locate a taglib from a JSP % taglib % directive without having to set a taglib element in web.xml. Notice I submited a ticket about tiles.dtd that uses jakarta.apache.org/struts. Nico. Thanks for pointing this out (and also Kunal Parikh) - I've

RE: URI in Struts-1.2.3 (was RE: Struts 1.2.2 Dead in the Water?)

2004-09-01 Thread Matthias Wessendorf
but there aren't copies either on struts.apache.org or jakarata.apache.org/struts. Anyone know if this is an issue? jup, but in struts.jar$/META-INF/tlds there are the *.tlds like for JSF: -- %@ taglib uri=http://java.sun.com/jsf/html; prefix=h % %@ taglib uri=http://java.sun.com/jsf/core;

Re: URI in Struts-1.2.3 (was RE: Struts 1.2.2 Dead in the Water?)

2004-09-01 Thread Niall Pemberton
Nico, I've corrected the comment, thanks for pointing this out. Also, my apologies - I should have referred to the bug and credited you in the CVS log message, but I forgot :-( Sorry Niall - Original Message - From: Nicolas De Loof [EMAIL PROTECTED] To: Struts Developers List [EMAIL

Re: URI in Struts-1.2.3 (was RE: Struts 1.2.2 Dead in the Water?)

2004-09-01 Thread Niall Pemberton
Thanks Matthias. I've updated the jsps. Niall - Original Message - From: Matthias Wessendorf [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 11:30 AM Subject: RE: URI in Struts-1.2.3 (was RE: Struts 1.2.2 Dead in the Water?)

Re: URI in Struts-1.2.3 (was RE: Struts 1.2.2 Dead in the Water?)

2004-09-01 Thread Kris Schneider
To help avoid that sort of confusion, I've taken to using a urn: scheme instead of an http: scheme for my taglibs. As an example, URIs for Struts taglibs could look like: urn:x-taglib:org.apache.struts.bean urn:x-taglib:org.apache.struts.html Where x-taglib is the URN Namespace ID. Not sure that

Re: URI in Struts-1.2.3 (was RE: Struts 1.2.2 Dead in the Water?)

2004-09-01 Thread Nicolas De Loof
I may had attached a patch for this to deserve any credit ;-) Thanks Nico. Nico, I've corrected the comment, thanks for pointing this out. Also, my apologies - I should have referred to the bug and credited you in the CVS log message, but I forgot :-( Sorry Niall -