Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Eclipse Web Tools Platform Project (WTP) » Do Eclipse IDE have support to java code completion into jsf tag value?
Do Eclipse IDE have support to java code completion into jsf tag value? [message #1856076] Sat, 19 November 2022 22:41 Go to next message
Reynier Marrero is currently offline Reynier MarreroFriend
Messages: 1
Registered: November 2022
Junior Member
am recently testing Eclipse IDE for my jsf web project using primefaces. But I find that it doesn't fill me in with java code embedded within the value of a jsf tag like other Ides like Netbeans do. Could it be configured so that Eclipse can recognize it?

for example
filterBy="#{vers.version}" filterMatchMode="contains">


In Netbeans when I write these
#{vers.version} 
inside de ""
It recognizes the java code and completes the attributes when I put the .

How to make eclipse do it too?
Re: Do Eclipse IDE have support to java code completion into jsf tag value? [message #1856163 is a reply to message #1856076] Thu, 24 November 2022 03:23 Go to previous message
Jon Morgan is currently offline Jon MorganFriend
Messages: 6
Registered: October 2015
Junior Member
That is called content assist.
Ensure you have Java Server Faces facet enabled.
Previous Topic:New Dynamic Web Project doesn't run
Next Topic:Can't create a EAR file, "Module name is invalid'"
Goto Forum:
  


Current Time: Tue Apr 16 05:27:17 GMT 2024

Powered by FUDForum. Page generated in 1.42336 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top