Re: [s2] Servlet 2.4 for the starter archetype?

2006-11-08 Thread Konstantin Priblouda
--- Wendy Smoak [EMAIL PROTECTED] wrote: On 11/7/06, Matt Raible [EMAIL PROTECTED] wrote: Yes, they are. I haven't used a taglib in my web.xml in years. ;-) It is needed by some 2.3 containers, but shouldn't be needed according to the spec. Me, neither. :) The next question is,

[s2] Servlet 2.4 for the starter archetype?

2006-11-07 Thread Wendy Smoak
The starter archetype declares a dependency on servlet-api 2.4, but web.xml uses the 2.3 DTD. If I switch web.xml to the 2.4 schema, then the taglib elements are not allowed. (Come to think of it, why are they there for 2.3? Aren't the sitemesh tlds included in its jar file?) -- Wendy

Re: [s2] Servlet 2.4 for the starter archetype?

2006-11-07 Thread Matt Raible
On 11/7/06, Wendy Smoak [EMAIL PROTECTED] wrote: The starter archetype declares a dependency on servlet-api 2.4, but web.xml uses the 2.3 DTD. If I switch web.xml to the 2.4 schema, then the taglib elements are not allowed. (Come to think of it, why are they there for 2.3? Aren't the sitemesh

Re: [s2] Servlet 2.4 for the starter archetype?

2006-11-07 Thread Wendy Smoak
On 11/7/06, Matt Raible [EMAIL PROTECTED] wrote: Yes, they are. I haven't used a taglib in my web.xml in years. ;-) It is needed by some 2.3 containers, but shouldn't be needed according to the spec. Me, neither. :) The next question is, where are Sitemesh tags used at all in that

Re: [s2] Servlet 2.4 for the starter archetype?

2006-11-07 Thread tm jee
Hi guys, I've go ahead make the following changes on struts2-archetype-starter :- - make web.xml 2.4 compatible instead of 2.3 (removed the taglib portion and add the appripriate 2.4 web-app tag) - corrected the unused 'home.html' link The next question is, where are Sitemesh tags used at