RE: [OT] RSS w/ JSTL

2005-05-13 Thread Aron Gombas
Brian, you might want to take look at http://informa.sourceforge.net/ Aron Gombas 3NF Corporation www.3nf.com -Original Message- From: Brian McGovern [mailto:[EMAIL PROTECTED] Sent: Friday, May 13, 2005 5:53 PM To: Struts Users Mailing List Subject: [OT] RSS w/ JSTL Has anyone had

RE: [OT] RSS w/ JSTL

2005-05-13 Thread Brian McGovern
Thank you Mike. That was EXACTLY it. VERY appreciated. I was messing around all morning with this. -Original Message- From: Mike Millson [mailto:[EMAIL PROTECTED] Sent: Friday, May 13, 2005 2:15 PM To: Struts Users Mailing List Subject: RE: [OT] RSS w/ JSTL On Fri, 2005-05-13 at 12

RE: [OT] RSS w/ JSTL

2005-05-13 Thread Mike Millson
On Fri, 2005-05-13 at 12:28, Brian McGovern wrote: > Following up. Ive gotten it rss reading to work using jstl/xml > > but 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 D

RE: [OT] RSS w/ JSTL

2005-05-13 Thread Brian McGovern
Following up. Ive gotten it rss reading to work using jstl/xml but mailto:[EMAIL PROTECTED] Sent: Friday, May 13, 2005 11:55 AM To: 'Struts Users Mailing List' Subject: RE: [OT] RSS w/ JSTL Hello, Yes and no In my app I usually read them, store in db, and from a 'm

RE: [OT] RSS w/ JSTL

2005-05-13 Thread Marco Mistroni
Hello, Yes and no In my app I usually read them, store in db, and from a 'module' of app I retrieve them and display them with Struts tags as POJO... I know that does not answer your question, but could you tell me Advantages/disadvantages of the two approaches? Thanx and regards