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 ではなくなりました。代替手段はありますか?
この問題に対する明確で単純な解決策はないように思われるため、ハックを使用して同じ結果を達成しています。
<rich:dragSource id="selectedField" type="selectedField" dragValue="#{elem.position}" dragIndicator="indicator" /> e.getDragSource().getId()