How to disable struts 2 Table generation for Form?

前端 未结 4 775
遇见更好的自我
遇见更好的自我 2020-12-30 00:46

Struts 2 automatically generate HTML table for it\'s tag. How can I disable it? Any help will be appreciated. Thank You.

4条回答
  •  情话喂你
    2020-12-30 01:22

    Just add

    
        
        
    

    constant name="struts.ui.theme" value="simple" in struts.xml. It wont apply struts default themes.

提交回复
热议问题