How to use ajax with prototype and jsps

Posted by kevinb92 on Stack Overflow See other posts from Stack Overflow or by kevinb92
Published on 2010-05-05T13:44:15Z Indexed on 2010/05/05 13:48 UTC
Read the original article Hit count: 178

Filed under:
|
|
|

I'm developing social faq solution.

When I click on vote up or vote down, i want to make an ajax call to a java function.

I've worked with struts on another project, and i was making call to struts action.

Now I work only with simple jsp, servlets ... and I dont know how to make an ajax call to a java function which will send me json or xml.

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about prototype