Passing value from controller to html in spring

前端 未结 3 883
挽巷
挽巷 2021-01-20 07:24

Hello I have a simple web page where I have a button and a text near to button. I need to change text when button clicked and get the new text from code.

This is con

3条回答
  •  情深已故
    2021-01-20 07:54

    Try these :

    ${stream}

    or

    This tag may be causing a problem :

    
    

    Please check it by removing this.

提交回复
热议问题