This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I am working on jsf1.2 project on my eclipse helios IDE. When I try to leverage feature of auto complete by pressing control space not seeing all available commands etc for panelgrid, datatable etc. What setting or change i have to do to enable all auto complete features of jsf, xhtml. Can you please advise. any ideas, sample code, resources, highly appreciated. thanks in advance
You hinted that you are seeing only some things for command completion, what things are you seeing (screen shot would help) and what are you not seeing (specific list of items)?
Usually if Eclipse doesn't show command completion it means that the necessary JAR file does not exist within you project. You can add such JAR files via Project | Properties | Java Build Path.