On Fri, 2005-05-13 at 12:28, Brian McGovern wrote: > Following up. Ive gotten it rss reading to work using jstl/xml > > but <x:forEach tag doesn't seem to support begin, and end tags. Im using the > 1.1 version. Whats up? >
If you are using 1.1 version tags, make sure your web.xml DTD is for J2EE 2.4. I have seen the case where 1.1 tags in combination with web.xml DTD 2.3 produces odd results. Some of the tag functions work and others do not. Apparently you need a web.xml 2.4 DTD to get full JSTL 1.1 functionality. Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]