A problem about scope:
my script
<c:choose >
<c:when test="${param.sqlRequest == 1}" >
<sql:query var="flashRecordSet" >
SELECT ID_news,data,
titolo_it as titolo,
abstract_it as abstract,
testo_it as testo
FROM tb_news
</sql:query>
</c:when>
</c:choose>
Result rs = (Result)pageContext.findAttribute("flashRecordSet");
I can't find flashRecordSet. If SQL tag is out the tags Choose and When
all work fine.
Some one can explain me why? I need just the path to get flashRecordSet
thanks Lorenzo Sicilia
--
To unsubscribe, e-mail: <mailto:taglibs-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:taglibs-user-help@;jakarta.apache.org>
- [ANN] Part 3 of my JSTL article at ONJava.com Hans Bergsten
- Re: [ANN] Part 3 of my JSTL article at ONJava.com Tony LaPaso
- how to replace any taglib class with the chaged s... Shalu Goel
- jstl & jsp: working progress Lorenzo Sicilia
- Re: jstl & jsp: working progress Shawn Bayern
- Re: jstl & jsp: working progress Lorenzo Sicilia
- Re: sql, choose and scope Lorenzo Sicilia
- Re: sql, choose and scope Pierre Delisle
- Re: sql, choose and scope Lorenzo Sicilia
- Re: sql, choose and scope flare
- Re: sql, choose and scope Lorenzo Sicilia
- Re: [ANN] Part 3 of my JSTL article at ONJava.com Hans Bergsten
- Re: [ANN] Part 3 of my JSTL article at ONJava.com Vernon Wu
- Re: [ANN] Part 3 of my JSTL article at ONJava.com Shawn Bayern
- Re: [ANN] Part 3 of my JSTL article at ONJava.com sabreware
