Re: How to get the int value of current iteration

2008-12-15 Thread Nils-Helge Garli Hegvik
> 25:<% adminIndex = "%{#idx.index}" + 3; %> Would you normally assume that a String could be assigned to an int variable? See if you can use the 'set' tag [1] instead. Nils-H [1] - http://struts.apache.org/2.0.14/docs/set.html --

How to get the int value of current iteration

2008-12-15 Thread taj uddin
Hi, I'm working with an application where i should convert the code that written using (i.e struts 1.2) with (struts 2.1). Below i show the struts1.2 code and also the code which i replaced with tag Old code: //Sub Menu for 2nd Main Menu Item ("Admin"):