How to set the JSTL variable value in javascript?

后端 未结 8 2125
我在风中等你
我在风中等你 2020-11-27 16:56

How to set the JSTL variable value in java script?



        
8条回答
  •  青春惊慌失措
    2020-11-27 17:30

    You have to use the normal string concatenation but you have to make sure the value is a Valid XML string, you will find a good practice to write XML in this source http://oreilly.com/pub/h/2127, or if you like you can use an API in javascript to write XML as helma for example.

提交回复
热议问题