I was looking around the web, trying to find some drag/drop visual builder for my JSF pages in eclipse Helios. Unfortunately i did not find it.
Meanwhile i discovered that if i open my JSF pages with the built in JSP editor, i get the auto suggest feature. I was happy for that, but then i noticed some estrange warning that looks like this:
My Hello World app works perfectly, but i have a few doubts that if i could clear i would work more comfortable:
-Why that warning?(I thought JSF 2.0 need no navigation mamping and putting the name of the page we want to go to in the action attribute is enough)
-Is the reason for this warning that i am opening the page with the JSP editor?
-Do you know any drag/drop visual builder for JSF i can use with eclipse?
-What editor do you often use for your JSF pages? And what do you recommend?