- This topic has 4 replies, 3 voices, and was last updated 9 years, 1 month ago by support-swapna.
-
AuthorPosts
-
enginsolParticipantHello,
I have recently upgraded from MyEclipse 8.5 to MyEclipse 2014. I started with a fresh (new) workspace and checked out my projects into the new workspace. Some of these checkouts caused myeclipse to ask me if I wanted to “upgrade” the project, which I did. In general, things went pretty well and I am able to build/deploy/run my web apps. However, when editing JSF xhtml files, the xhtml editor underlines all attributes specified for all richfaces (rich:) and ajax4j (a4j:) tags (third party JSF libraries) in yellow and mouseover message indicates “Unknown Attribute” for each one. Strange things is, if I position the cursor in the tag and hit CTRL-Space, I see the proper/expected list of all defined attributes for the given tag.
I didn’t have this problem with MyEclipse 8.5 and don’t remember any special setup I did (in 8.5) to have it recognize richfaces/a4j tags (or any others). Also, I did verify that the appropriate rich/a4j TLD files are present in the richfaces libraries, which are located in the project’s WEB-INF/lib directory – as they have always been.
support-pradeepMemberenginsol,
Thanks for reporting this issue.
I could replicate the issue at my end. I have raised a bug report for the dev team to investigate on this issue.
Sorry for the inconvenience caused.
enginsolParticipantThanks for the feedback about being able to re-create the problem. I know there may not be a quick solution, but I was wondering if you had any feedback at all from the technical staff…
Thanks in advance.
support-pradeepMemberenginsol,
Sorry for the delayed response.
Our dev team is investigating the issue and I’m afraid I cannot specify any timeline for the fix to this issue.
As a workaround, can you try disabling the validations for the specific xhtml file and see if it helps. (Right click on the xhtml file and select MyEclipse > Exclude from Validation.)
Sorry for the inconvenience caused.
support-swapnaModeratorenginsol,
The fix for the issue is out with our latest CI release, CI 15. If you are working with the CI stream, then please update to CI 15 from Help > Check for Updates and check if the issue persists.
–Swapna
MyEclipse Support -
AuthorPosts