解决org.apache.jasper.JasperException: The following has evaluated to null or missing异常做struts2的标签打开注册界面时出现的bug,经过百度发现是标签内容写错了,大家要仔细检查,不要像我一样犯低级错误

正确格式:

     <s:radio name="loginUser.sex" list="#{1:'男',0:'女'}" label="请输入性别"/>

 

相关文章:

  • 2022-12-23
  • 2021-05-31
  • 2021-04-15
  • 2021-07-07
  • 2021-12-24
  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-12
  • 2021-08-26
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案