APAR status
Closed as program error.
Error description
JSPs that are using the IBM tsx:dbconnect extensions, If the
tsx:dbconnect tag is inside tsx:repeat tags
the following exception:
javax.servlet.jsp.JspException: Index specified in
<tsx:dbconnect> tag
has already been defined.
at com.ibm.ws.webcontainer.jsp.tsx.tag.DBQueryTag.doEndTag
(DBQueryTag.java:68)
........
JSPs that are using the IBM tsx:dbconnect extensions, If the
tsx:dbconnect tag is inside tsx:repeat tags
the following exception:
javax.servlet.jsp.JspException: Index specified in
<tsx:dbconnect> tag
has already been defined.
at com.ibm.ws.webcontainer.jsp.tsx.tag.DBQueryTag.doEndTag
(DBQueryTag.java:68)
........
will occur.
.
Example:
<tsx:repeat index="RecDisp" start="0" end="10" >
<tsx:dbquery connection="myDbConnection" id="Q2">
</tsx:dbquery>
</tsx:repeat>
Local fix Problem summary
****************************************************************
* USERS AFFECTED: All WebSphere Application Server users *
****************************************************************
* PROBLEM DESCRIPTION: Users may have problems using DB query *
* tag inside a repeat tag *
****************************************************************
* RECOMMENDATION: *
****************************************************************
If a db connect tag is inside a repeat tag, user may get a
"javax.servlet.jsp.JspException: Index specified in
<tsx:dbconnect> tag has already been defined" message
Problem conclusion
Code has been changed to properly handle the DB query index, so
it can be used inside a repeat tag.
Temporary fix Comments
APAR information |
APAR number |
PQ91216 |
Reported component name |
WAS-EXPRESS |
Reported component ID |
5724D0600 |
Reported release |
00A |
Status |
CLOSED PER |
PE |
NoPE |
HIPER |
NoHIPER |
Special Attention |
NoSpecatt |
Submitted date |
2004-07-09 |
Closed date |
2004-08-25 |
Last modified date |
2004-08-25 |
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Modules/Macros
Publications Referenced
|
Fix information |
Fixed component name |
WAS BASE 5.0 |
Fixed component ID |
5630A3600 |
Applicable component levels |
R003 PSY |
UP |
R00A PSY |
UP |
R00H PSY |
UP |
R00I PSY |
UP |
R00P PSY |
UP |
R00S PSY |
UP |
R00W PSY |
UP |
R103 PSY |
UP |
R10A PSY |
UP |
R10H PSY |
UP |
R10I PSY |
UP |
R10P PSY |
UP |
R10S PSY |
UP |
R10W PSY |
UP |
|