开发者

which eclipse plugin I need for this?

开发者 https://www.devze.com 2023-02-05 12:06 出处:网络
I have this ice face tag in my .jsp page: <ice:panelPopup modal=\"true\" rendered=\"true\" visible=\"#{popupInfoMessageBean.showPopupPanel}\"

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号