I have a dynamic variable iCounter which is the count of no. of rows on one jsp page declared as <% int iCounter %>
Suppose, the no. of rows are 5, so the iCounter value will be set to 5. Now, i want to access this variable latest value into some other jsp which can be paased to a function.
I am unable to do it. Please help me with the code. Many Thanks in advance !
Suppose, the no. of rows are 5, so the iCounter value will be set to 5. Now, i want to access this variable latest value into some other jsp which can be paased to a function.
I am unable to do it. Please help me with the code. Many Thanks in advance !
Comment