When myform.load(“customer.xml”), the parameter URL is a static file name, it is working fine.
When myform.load(“getCustomer.do?customerId=123”), the parameter URL is a servlet generated dynamic response, but same format as customer.xml, it is not working. I can see that it even doesn’t send the request to the server side.
I am not using the connector because I am working with hibernate in server side. Please help. Many thanks.
Hi
Please provide direct link to check issue?
it is working now. I guess I made some mistake. thanks