which eclipse plugin I need for this?
I have this ice face tag in my .jsp page:
<ice:panelPopup modal="true" rendered="true"
visible="#{popupInfoMessageBean.showPopupPanel}"
style="z-index:1001; width: 250px; height: 250px;">
When I press Ctrl + click on popupInfoMessageBean I do need to be redirected to that 开发者_C百科class.
Is there any plugin which does this? I know that in IDEA just enabling Facelets this problem is solved but what about Eclipse?
Thanks.
Solved!
Installed JBoss Tools and added JSF capabilities.
This helped.
精彩评论