Hi, In my application i should pass the output of <s:property> tag into a method which accepts only int-type parameter. So, is there any scope to convert the output of <s:property> tag(which is usually a String) into the int value. For ex:-In my application I'm passing the output of <s:property>tag into a javascript's addItem() method of menus where my addItem() method is defined to accept int as parameter. So, pls help me out in this regard.
- How to convert output of <s:property> into int? taj uddin