Help: How do I get a specific-indexed item from a collection?

2005-07-19 Thread Frank Burns
I have a Skill object that holds a collection of SkillLevel objects. Using a JSP, I can pull out all of the SkillLevels from the collection by iterating over the collection. However, I want to be able to pull out specific SkillLevel objects. I have a method on the Skill object: getSkillLevel(int i

JSTL1.1 and DataSource problems

2004-06-08 Thread Frank Burns
I'm using Tomcat 5.0.16. I've just upgraded from jakarta-taglibs-standard-1.0.5 to jakarta-taglibs-standard-1.1.0. I have a JSP containing this JSTL: SELECT * FROM System WHERE Id=1 where applicationScope.dataSource is a DataSource that I place in the application scope via a listener. This

Help with handling exceptions

2004-04-19 Thread Frank Burns
Hi, Please help. What I would like to do is redirect, or forward, to another page when an exception occurs in certain JSP pages. I call some JSPs that utilize beans (via JSTL) that have getter methods which perform database access. These getter methods can generate exceptions. When they do, the

Re: Help: How to generate unescaped HTML output

2004-03-29 Thread Frank Burns
'Tag Libraries Users List' > > Subject: RE: Help: How to generate unescaped HTML output > > > > > > > > > > > -Original Message- > > > From: Frank Burns [mailto:[EMAIL PROTECTED] > > > Sent: Monday, March 29, 2004 10:39 AM > > > To

Re: Help: How to generate unescaped HTML output

2004-03-29 Thread Frank Burns
Help: How to generate unescaped HTML output > > > Quoting Frank Burns <[EMAIL PROTECTED]>: > > > Hi, > > > > Can someone help please. I have an urgent problem I have to solve for a > > client. > > > > I'm using this tag > > >

Help: How to generate unescaped HTML output

2004-03-29 Thread Frank Burns
Hi, Can someone help please. I have an urgent problem I have to solve for a client. I'm using this tag to ouput the news from a newsItem bean into a JSP that is generating XML. The problem is, the news in the newsItem may contain HTML text. The tag seems to be escaping the HTML angled-b