Newline in

前端 未结 6 903
不知归路
不知归路 2021-01-12 11:49

Is there a way to put a new line in the message of component?



        
6条回答
  •  耶瑟儿~
    2021-01-12 12:07

    Message is HTML part, so you need to add
    . Either take message from bean (to prevent xml tag escaping) or use facet:

    
        
            Are you sure you want to continue?
    Yes or no?

提交回复
热议问题