Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从 RichFaces 3.3 迁移到 RichFaces 4.1。在 RichFaces 3.3 中,DropEvent 类上有一个名为 getDragType 的方法,现在在 4.1 中它已经消失了。有替代方案吗?
由于这个问题似乎没有一个干净简单的解决方案,我正在使用 hack 来达到相同的结果:
<rich:dragSource id="selectedField" type="selectedField" dragValue="#{elem.position}" dragIndicator="indicator" /> e.getDragSource().getId()