java - How to follow xhtml to Bean class in eclipse? -


i'm using eclipse-juno & trying follow jsf code xhtml bean class, i'm not able feature in work space.

for eg:

when i'm using ctrl+mouse pointer in header, it's giving suggested link.

enter image description here

but, when come xhtml code i'm not able link bean class.

for eg:

here i'm using same option, ctrl+mouse pointer. not giving suggestion associated bean.

enter image description here

how this? whether have change settings in eclipse?

eclipse web tools platform offers this

http://www.eclipse.org/webtools/releases/3.0.0/newandnoteworthy/jsf.php

hyperlink support in wpe's source tab

the source tab of web page editor (wpe) supports hyperlink on managed bean variable, managed bean property , managed bean method referenced in expression language(el) of tag-attribute. users can (ctrl+click) on hyperlink navigate source of managed bean.

enter image description here


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -