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.