tags:

views:

22

answers:

1

Hi, I am using jsf 1.2_12, here i am not able to find Method Expression or getExpressionFactory in Facescontext.getcurrentInstance().getApplication. What could be the problem. kindly help.

+1  A: 

Sounds like as if your IDE is configured to use JSF 1.1 API and that you expect JSF 1.2 methods to appear in the autocomplete. Well, an IDE is just a tool. Configure it to use JSF 1.2 or just enter the methods in yourself.

This problem is not related to JSF. Again, an IDE is just a tool. It is not part of Java/JSF or so.

BalusC