<input name="peronInfo" type="text" value="<bean:write name="resultObj" property="old"/>" >年龄old属性是“19岁”但是现在想显示的时候把所有的年龄都加1这个用标签怎么写啊?要是java就直接写
Integer.value(old.substring(0,old.length-1))+1
那用struts1的标签怎么表达上面的意思啊?