Hi,
Consider the following piece of JSP page :
<FORM ACTION="" METHOD="POST">
<SELECT>
<REPEAT index=myIndex start=0 end=3>
<INSERT>
<! - - This works as expected - - >
<OPTION VALUE=myIndex>$(bean=testBean property=screensList(myIndex))
<!- - This simply shows testBean.getScreensList(myIndex) - - >
<OPTION VALUE=myIndex><% testBean.getScreensList(myIndex); %>
</INSERT>
</REPEAT>
</SELECT>
</FORM>
Is this a bug or am I missing some point ?
Thanks in advance,
Mahesh.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".