The ajax select example has a ajax-customer.htm file which displays the
response. In my case, it is displaying the name of my domain object but the
other fields are empty. I have checked that the data for
all the fields is correctly retrieved from the table. Then why doesn't it
get displayed?
I hope you do realize that you need to post more details about your
problem, like sample code, click/java version, server logs, browser
error messages, etc.
Can anyone help?
1. Install FireBug in FireFox:
http://getfirebug.com/
to be able to debug/inspect Ajax requests.
2. Configure for your Click application the mode to "trace":
---------
<click-app ...>
..
<mode value="trace">
</click-app>
---------
To be able to easily follow everything that happens in your application.
If the above still does not help you finding the problem, please post
here more *concrete details* (telepathy is not our strength :) ).