How to assign value to a jsp variable

前端 未结 4 709
一个人的身影
一个人的身影 2020-12-19 22:34

Can anybody tell how to assign a value coming from \"\" into jsp variable ?

4条回答
  •  既然无缘
    2020-12-19 23:13

    The struts property tag generates output not input. If you want to do something else with the value that s:property would output, the equivalent code would be getA(), which is what s:property will use to get the value that it will print.

    https://cwiki.apache.org/WW/property.html

提交回复
热议问题