| JSF Open Declaration (Ctrl + click on el) question [message #540945] |
Thu, 17 June 2010 13:20  |
Michael Giroux Messages: 78 Registered: July 2009 Location: Phoenix, AZ |
Member |
|
|
Just installed Helios RC4, and I'm interested to know if JSF support allows ctrl-click to jump from an el to a java module?
ex. #{commentForm.custom}
If I ctrl+click on custom, I would like to jump to the isCustom() method of the commentForm managed bean.
Out of the box, this is not working. Can someone point me to docs that explain what I need to do to configure this?
Thanks
Michael
|
|
|
| Re: JSF Open Declaration (Ctrl + click on el) question [message #541220 is a reply to message #540945] |
Fri, 18 June 2010 14:17   |
Raghu Srinivasan Messages: 265 Registered: July 2009 |
Senior Member |
|
|
Hyperlink (Ctrl+click) works on EL expression in the attributes of the JSF 2.0 tags such as,
<h:inputText value="#{loginBean.name}"></h:inputText>
<ui:param name="a" value="#{loginBean.name}"></ui:param>
It doesn't work in a EL expression as a text inside a xhtml page.
Please provide additional information on the use case where it is not working.
Raghu Srinivasan,
Project Lead - JSF
|
|
|
|
|
|
|
|
|
|
| Re: JSF Open Declaration (Ctrl + click on el) question [message #621719 is a reply to message #540945] |
Fri, 18 June 2010 14:17   |
Raghu Srinivasan Messages: 265 Registered: July 2009 |
Senior Member |
|
|
Hyperlink (Ctrl+click) works on EL expression in the attributes of the JSF 2.0 tags such as,
<h:inputText value="#{loginBean.name}"></h:inputText>
<ui:param name="a" value="#{loginBean.name}"></ui:param>
It doesn't work in a EL expression as a text inside a xhtml page.
Please provide additional information on the use case where it is not working.
--
Raghu Srinivasan,
Project Lead - JSF
Raghu Srinivasan,
Project Lead - JSF
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02026 seconds