How to convert the spring checkbox tag to struts2 checkbox?

后端 未结 1 1311
日久生厌
日久生厌 2021-01-24 21:03

I have a problem while converting the spring check box tag to struts...
I have checkbox tag written in spring which i need to convert it into struts using the values comin

1条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-24 22:00

    Migrating from SpringMVC(+JSTL) to Struts 2:

      • Spring MVC checkbox :

        
        
      • Struts 2 checkbox :

        
        
      • Single CHECKBOX example

      • Spring MVC multiple checkboxes :

        
        
      • Struts 2 multiple checkboxes :

        
        
      • multiple CHECKBOXES example

      • JSTL forEach :

        
        
      • Struts 2 Iterator :

        
        
      • ITERATOR example

      • JSTL WHEN and OTHERWISE:

        
           
        
        
           
        
        
      • Struts 2 IF and ELSE :

        
           
        
        
           
        
        
      • IF ELSE example

    0 讨论(0)
提交回复
热议问题