Hi expert,
I’m now using MyEclipse prof on a project which use JSF 1.2 Facelets and Richfaces as web UI. I can configure all of them, but I found that MyEclipse cannot validate JSF 1.2 and richfaces tag, even it works fine after deploy.
I am curious that seems MyEclipse only support JSF 1.1, cause I only can see JSF support library of SUN RI 1.1. But when I add Facelets capacibility, it said it only work on JSF 1.2?! and I think something inside the Facelets contains JSF 1.2 jar files. So features only support on 1.2 works without problem…. However, some tag attribute cannot be recoginized in the editor. Guess MyEclipse still using 1.1 tags for validation.
Anything I can do to make MyEclipse to use 1.2 tags instead of 1.1?? and I also want to add richfaces tag support on the editor as well, any method I can do it?
Thanks all!!