- This topic has 3 replies, 2 voices, and was last updated 16 years, 7 months ago by Anand Narasimhan.
-
AuthorPosts
-
Anand NarasimhanMemberI am using MyEclipse 6.5 on Windows XP. I installed ICEFaces plugin. Auto complete feature is not working for any JSF and ICEFaces tags. Is this is a bug?
Anand
Loyal WaterMemberWhat editor are you working with? What tag are you trying to autocomplete?
Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.
Anand NarasimhanMemberI am using MyEclipse Visual JSF designer. None of the JSF and ICEFaces tags auto complete.
Some of the tags I have used are ice:outputText, ice:commandLink, ice:panelGroup, ice:panelGrid.*** Date:
Monday, July 7, 2008 9:25:07 AM PDT** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_14*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.5.0 GA
Build id: 6.5.0-GA-20080609*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.5.0 GA
Build id: 6.5.0-GA-20080609Eclipse Platform
Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
Build id: M20080221-1800Eclipse RCP
Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
Build id: M20080221-1800Eclipse Java Development Tools
Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
Build id: M20080221-1800Eclipse Plug-in Development Environment
Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
Build id: M20080221-1800Eclipse Project SDK
Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
Build id: M20080221-1800Eclipse Graphical Editing Framework
Version: 3.3.2.v20080129
Build id: 20080221-1602Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\MyEclipse 6.5\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
C:\Program Files\MyEclipse 6.5\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118\eclipse_1023.dll
-startup
C:\Program Files\MyEclipse 6.5\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
-exitdata
157a4_88
-clean
-vm
C:\Program Files\MyEclipse 6.5\jre\bin\javaw.exe
Anand NarasimhanMemberSeems to work now. I had to include in the jspx file.
<jsp:root version=”1.2″ xmlns:jsp=”http://java.sun.com/JSP/Page”
xmlns:f=”http://java.sun.com/jsf/core”
xmlns:h=”http://java.sun.com/jsf/html”
xmlns:ui=”http://java.sun.com/jsf/facelets”
xmlns:ice=”http://www.icesoft.com/icefaces/component”>I was doing
<div xmlns:f=”http://java.sun.com/jsf/core”
xmlns:h=”http://java.sun.com/jsf/html”
xmlns:ui=”http://java.sun.com/jsf/facelets”
xmlns:ice=”http://www.icesoft.com/icefaces/component”> -
AuthorPosts