I am trying to set a web application using ajax dojo technology. For this I need an exemple showing how to send and receive data with dojo library.I use also J2ee in my project. Please if you have a constructive example show it to me. Client side: JSP with ajax dojo its purpose is to send a selected item to the server side. Server side:Servlet catch the data sent and construct sql query with it finally send it again to jsp JSP receive the result of the query (xml file) dojo construct the seceond dropdownlist automaticallt. Just i need an exemple of send and receive.
Many Thinks.