Bug 581893 - Autocomplete not working for jakarta faces 4.0 new namespaces
Summary: Autocomplete not working for jakarta faces 4.0 new namespaces
Status: NEW
Alias: None
Product: Java Server Faces
Classification: WebTools
Component: JSF Tools (show other bugs)
Version: 4.0   Edit
Hardware: All Windows All
: P3 major with 4 votes (vote)
Target Milestone: ---   Edit
Assignee: jsf inbox CLA
QA Contact: Raghunathan Srinivasan CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-03 06:12 EDT by Ayman MD CLA
Modified: 2024-04-05 07:15 EDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ayman MD CLA 2023-05-03 06:12:45 EDT
Autocomplete not working for jakarta faces 4.0 new namespaces

Cannot use new features of faces 4.0
Because eclipse does not autocomplete tags when I change namespace to xmlns:h="jakarta.faces.html"

Its very importent to fix this issue
Comment 1 Nitin Dahyabhai CLA 2023-05-03 23:02:21 EDT
It is not, however, one that causes the IDE to crash or destroy your files.
Comment 2 Ingo CLA 2023-12-11 06:40:23 EST
After seven months still not working.
For an developer this is an importent feature.
Stable release of Jakarta Server Faces 4.0 was on May 15, 2022.
Comment 3 Ted Spradley CLA 2024-03-11 12:57:16 EDT
Can someone direct me how to find the code that makes content assist (autocomplete) function? It would save a lot of time rather than me randomly digging to find it. I'll be happy to see if I can contribute a fix for this bug. Thank you.
Comment 4 Erik Brangs CLA 2024-03-11 13:14:03 EDT
The code repository is located at https://github.com/eclipse-jsf/webtools.jsf .

The main problem is that Eclipse WTP currently does not support Jakarta Faces (i.e. JSF with Jakarta namespace) at all. Therefore, to add support for autocomplete, you will need to add support for Jakarta Faces first.
Comment 5 Ted Spradley CLA 2024-03-11 13:43:15 EDT
Thank you for you kind answer Erik.
Comment 6 Alexander Maas CLA 2024-04-05 07:15:33 EDT
Related Topic, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=577596