cycle in a jsp
- From: pincopallo_it@xxxxxxxx
- Date: 11 Oct 2005 06:50:42 -0700
in a jsp i need to repeat this line
<jsp:useBean id="uv" class="it.finsiel.tea.nhxnwi.util.UserValue"
with different id
as example :
<jsp:useBean id="uv1" class="it.finsiel.tea.nhxnwi.util.UserValue"
<jsp:useBean id="uv2" class="it.finsiel.tea.nhxnwi.util.UserValue"
<jsp:useBean id="uv3" class="it.finsiel.tea.nhxnwi.util.UserValue"
written in this way does not work ....
<%
int m =uv.getId_Ute_Progrn();
for ( int s = m ; s > 0; s--)
{%>
<jsp:useBean id="uv
<% out.println(s);%>
" class="it.ibm.teo.ninwi.util.UserFornValue" scope="request"/>
<% }
%>
Getting crazy over here .... any idea ??
Thanks
Gio
.
- Follow-Ups:
- Re: cycle in a jsp
- From: Tim B
- Re: cycle in a jsp
- Prev by Date: jsps, images and a catch-all in the web.xml file
- Next by Date: Re: jsps, images and a catch-all in the web.xml file
- Previous by thread: jsps, images and a catch-all in the web.xml file
- Next by thread: Re: cycle in a jsp
- Index(es):