> > just print the property on your jsp or page actually for example
var i = <s:property value="int"/>; will become var i = 9; then your javascript will interpret it as an int
> > just print the property on your jsp or page actually for example
var i = <s:property value="int"/>; will become var i = 9; then your javascript will interpret it as an int