I am writing
<s:set name="varName" value="ActionVariableValue"/>
and Accessing it as
<% int xyz=Integer.parseInt(varName);%>
but is saying varName does not exist. it is accessible through but not through above tag. Please specify a way to get the value os var name through jsp element.