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
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
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
'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
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
> >
>
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