facebook

I’m missing Tags in my JSF Visual Designer palette

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #286686 Reply

    goosefraba
    Member

    Hello!

    I downloaded the new Version of MyEclipse 6.5 today and wanted to edit my xhtml-files with the MyEclipse Visual JSF Designer.
    When I opened the file, the palette was opened too. But there are just 2 Folder with Components. JSP and HTML.

    How do I get JSF, MyFaces components, etc. to my palette?

    #286704 Reply

    Loyal Water
    Member

    Have you added JSF and Facelet capabilities to your web project?

    Can you right click on the file and go to Open With and make sure you are opening it with the JSF Designer.

    Can you go to MyEclipse > installation Summary > installation Details and paste the information here for me.

    #286742 Reply

    goosefraba
    Member

    How can I add JSF and Facelet capabilities manually to my project?
    Yes I’m sure that I open the file with JSF Designer
    Here is my installation summary:

    *** Date:
    Friday, July 4, 2008 7:44:58 AM CEST

    ** System properties:
    OS=WindowsVista
    OS version=6.0
    Java version=1.5.0_11

    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    Version: 6.0.1 GA
    Build id: 6.0.1-GA-200710

    *** Eclipse details:
    MyEclipse Enterprise Workbench

    Version: 6.0.1 GA
    Build id: 6.0.1-GA-200710

    Eclipse Platform

    Version: 3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G
    Build id: I20070625-1500

    Eclipse RCP

    Version: 3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG
    Build id: I20070625-1500

    Eclipse Java Development Tools

    Version: 3.3.0.v20070606-0010-7o7jCHEFpPoqQYvnXqejeR
    Build id: I20070625-1500

    Eclipse Plug-in Development Environment

    Version: 3.3.0.v20070607-7N7M-DUUEF6Ez0H46IcCC
    Build id: I20070625-1500

    Eclipse Project SDK

    Version: 3.3.0.v20070607-7M7J-BIolz-OcxWxvWAPSfLPqevO
    Build id: I20070625-1500

    Eclipse Graphical Editing Framework

    Version: 3.3.1.v20070814
    Build id: 20070814-1555

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -showsplash
    -launcher
    C:\Software\MyEclipse 6.0\eclipse\eclipse.exe
    -name
    Eclipse
    –launcher.library
    C:\Software\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.0.v20070523\eclipse_1017a.dll
    -startup
    C:\Software\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher_1.0.0.v20070606.jar
    -exitdata
    aa0_d8
    -vm
    C:\Software\MyEclipse 6.0\jre\bin\javaw.exe

    #286745 Reply

    goosefraba
    Member

    sorry, posted the wrong installation summary. here is the right one:

    *** Date:
    Friday, July 4, 2008 12:21:01 PM CEST

    ** System properties:
    OS=WindowsVista
    OS version=6.0
    Java version=1.5.0_11

    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    Version: 6.5.0 GA
    Build id: 6.5.0-GA-20080609

    *** Eclipse details:
    MyEclipse Enterprise Workbench

    Version: 6.5.0 GA
    Build id: 6.5.0-GA-20080609

    Eclipse Platform

    Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
    Build id: M20080221-1800

    Eclipse RCP

    Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
    Build id: M20080221-1800

    Eclipse Java Development Tools

    Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
    Build id: M20080221-1800

    Eclipse Plug-in Development Environment

    Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
    Build id: M20080221-1800

    Eclipse Project SDK

    Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
    Build id: M20080221-1800

    Eclipse Graphical Editing Framework

    Version: 3.3.2.v20080129
    Build id: 20080221-1602

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -showsplash
    -launcher
    C:\Software\MyEclipse 6.5\eclipse\eclipse.exe
    -name
    Eclipse
    –launcher.library
    C:\Software\MyEclipse 6.5\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118\eclipse_1023.dll
    -startup
    C:\Software\MyEclipse 6.5\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
    -exitdata
    1024_d8
    -clean
    -vm
    C:\Software\MyEclipse 6.5\jre\bin\javaw.exe

    #286768 Reply

    Dr.Drane
    Member

    I think I found the answer elsewhere on this forum (otherwise just ignore :)):
    https://www.genuitec.com/forums/topic/myeclipse-jsf-tutorial-needs-to-be-updated/

    greets

    #286815 Reply

    Loyal Water
    Member
    #286816 Reply

    Loyal Water
    Member

    goosefraba,

    How can I add JSF and Facelet capabilities manually to my project?
    Yes I’m sure that I open the file with JSF Designer

    The only way to add the capabilities is to go to Add Project Capabilities and add the JSF capabilities first and then the facelet capabilities after that. Are you looking for something else?

    #286839 Reply

    goosefraba
    Member

    Ok I thin its fixed 🙂 I had to add the jsf capabilities manuallly. Due to the fact, that I work with maven and much config-stuff, there are some troubles.

    Thank you for your help!

    #286855 Reply

    Loyal Water
    Member

    Your Welcome.

Viewing 9 posts - 1 through 9 (of 9 total)
Reply To: I’m missing Tags in my JSF Visual Designer palette

This topic is marked as closed to new replies, however your posting capabilities still allow you to do so.

You must be logged in to post in the forum log in