| Author |
JSF 2.0 Ajax Implementation
|
Deniz Atak
Ranch Hand
Joined: Jun 29, 2011
Posts: 30
|
|
I am trying to solve this problem for days but couldn't find a proper solution. People suggested to use Ajax but I couldn't implement it. I had to open this thread because the other thread was not going any further and also the topic has changed.
I have a jspf page in which I am using facelets. I have a form with input values and a button. When user clicks on the button I want to check the validation and give user a feedback.
report.java:
but it is giving:
error. However I am using JSF 2.0 and as far as I know JSF 2.0 has Ajax support included. What am I doing wrong?
|
 |
Hebert Coelho
Ranch Hand
Joined: Jul 14, 2010
Posts: 754
|
|
|
Did you included all your libs?
|
[uaiHebert.com] [Full WebApplication JSF EJB JPA JAAS with source code to download] One Table Per SubClass [Web/JSF]
|
 |
Deniz Atak
Ranch Hand
Joined: Jun 29, 2011
Posts: 30
|
|
I think the neccessary library is:
jsf-api.jar
it is under:
/home//netbeans-6.8/enterprise6/modules/ext/jsf-2_0/
/home/sges-v3/glassfish/modules/
|
 |
 |
|
|
subject: JSF 2.0 Ajax Implementation
|
|
|