facebook

JSF and Myeclipse

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #215241 Reply

    gzhuye
    Member

    Who ever worked out JSF using Myeclipse?

    I followed JSF demo on myeclipse version 3.8.1/eclipse 3.0.0, there are many errors:

    1. Element type “from-tree-id(to-tree-id,…)” must be declared in faces-config.xml

    2. The content of element type “navigation-case” must match “(description*,display-name*,icon*,from-action?,from-outcome?,to-view-id,redirect?)”. in faces-config.xml

    3. javax.faces.application.Action can’t be resolved or is not a valid superclass (codes: public class BoldUpperCaseAction extends javax.faces.application.Action {…}) in java class, actually, jsf-api.jar within class path without javax.faces.application.Action.

    Any comments? Thanks a lot

    Paul

    #215261 Reply

    snpe
    Member

    You have mixed sun jsf and myfaces
    Create web project (without jsf) and import myfaces-examples

    I try myfaces-examples with 3.8.1 and it work fine

    regards

    #215266 Reply

    gzhuye
    Member

    Thank you very much, I’ll try.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: JSF and Myeclipse

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