【发布时间】:2012-12-14 15:58:04
【问题描述】:
我创建了一个带有属性绑定的 selectOneChoice。
<af:selectOneChoice
simple="true"
binding="#{backing_Deletion.nodeRenderer.propBinding['value']}"
contentStyle="width:500px;"/>
nodeRenderer 提供来自 Oracle DRM 服务器的 shortDesc。问题是,shortDesc 在渲染时只有 8 个字符宽和 70 行高。
有没有办法覆盖它?
【问题讨论】:
-
找到更多信息。 propBinding 是一个映射,其中包含 shortDesc 属性。 shortDesc 属性是一个字符串。我遇到的问题是由于 selectOneChoice 所在面板的宽度。我仍然不知道具体影响 shortDesc 的方法,但我找到了一种解决方法,使 selectOneChoice 的宽度小于面板它位于。
标签: oracle jsf oracle-adf jspx