Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

import javax.faces.model.*; doesn't work

843844Oct 23 2007 — edited Oct 24 2007
I'm not shure if this is the right section of this forum but it is more or less about jsf stuff.

I've the following code:
package jsf;

import javax.faces.model.*;

public class TableData { //some stuff in here } 
The problem is: my eclipse doesn't find the javax.faces.model package although I have the jsf-api.jar and the jsf-impl in my WEB-INF/lib folder. How can I repair this?

Btw: normal jsfs without importing something form the javax.faces work fine.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 21 2007
Added on Oct 23 2007
4 comments
314 views