Spring Roo Master/Detail & @OneToMany
Posted
技术标签:
【中文标题】Spring Roo Master/Detail & @OneToMany【英文标题】: 【发布时间】:2011-09-12 11:59:13 【问题描述】:参考Problem with @OneToMany annotation with Spring Roo,
【问题讨论】:
【参考方案1】:经过多次反复试验,我找到了一个可行的组合。
来自我的 update.jspx:
<field:select field="venueConfig" id="c_net_sf_bookright_entity_Venue_venueConfig" itemValue="id" items="$venueconfigs" multiple="true" path="/venueconfigs" z="2LbToeFzkMFCLmDKmonFK/d1IgU="/>
...show.jspx 中需要以下内容:
<field:select field="venue.venueConfig" id="s_net_sf_bookright_entity_Venue_venueConfig" itemValue="id" items="$venue.venueConfig" multiple="true" path="/venueconfigs" z="2LbToeFzkMFCLmDKmonFK/d1IgU="/>
【讨论】:
以上是关于Spring Roo Master/Detail & @OneToMany的主要内容,如果未能解决你的问题,请参考以下文章
Roo_Service_Impl.aj 中的 Spring Roo 错误
我可以在最新版本的 Roo 中运行我在 STS 中使用 Roo 版本 1.3.1 开发的 Spring roo 项目吗