That is cool. But is this going to work: <table> <logic:iterate id="cell" indexId = "idx" name="myform" propert="myListInForm"> <tr> <td><%= Character.toString (idx + 65) %></td> <td>${id}</td> </logic:iterate> </tr> </table>
Suppose I have a list in my form with data "d1", "d2", "d3"... I want to print out: A d1 B d2 C d3 ... --- Thomas Corte <[EMAIL PROTECTED]> wrote: > Hi, > > Tony Smith wrote: > > > How can I cast int to char in jsp? > > Try > > <%= Character.toString (i + 65) %> > > -- > Thomas Corte > [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > ____________________________________________________ Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football http://football.fantasysports.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]