aspose file tools
The moose likes JSF and the fly likes Unable to populate values obtained from ajax call using PrimeFaces Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Unable to populate values obtained from ajax call using PrimeFaces" Watch "Unable to populate values obtained from ajax call using PrimeFaces" New topic
Author

Unable to populate values obtained from ajax call using PrimeFaces

HtaraS reddy
Greenhorn

Joined: Jul 14, 2009
Posts: 8
Hi
I have made an ajax call using primefaces [p:ajax]. The call to the listener was successful and it returned the required values. To update these properties in xhtml, I have checked the DOM source, to find out the exact ID of the column, using which the column or property would be updated. But, in this case the fields are not getting the values.

The code I used in this case is



I have checked for view source of the page and got the id of the property as table1:0:receiptCodeHotKey:receiptCode.

What would be the problem for the data to not get populated in the field ? Please help me in this


Learning Java is a Never Ending Process .....
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Unable to populate values obtained from ajax call using PrimeFaces
 
Similar Threads
JSF - Missing source code using templating and composition
Sorting is not working in my JSF PrimeFaces Datatable and blank (empty) rows are displayed filtering
Wrong rendering of p:datatable with f:facet
Problem trying to send file to browser in JSF
<p:datatable scrollable="true"> not working