欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

关于不能显示默认值得问题

程序员文章站 2022-03-30 19:53:03
...
<s:select value="%{#user.post.id}" name="user.post.id" list="#postList" listValue="post_name" listKey="id" headerKey="" headerValue="----请选择----" />

注意:如果value写成value="%{#user.post.post_name}" 这样是显示不出默认值,value的类型必须与listKey的类型相同


我的Post类private Long id,
而user.post.post_name 为String 类型