surya naidu wrote:Well..but My Question was how do i get it on to the JSP from an AJAX call?
Ok sorry for misunderstanding . Well i do not know much about struts 1.2 but i know struts 2.0 . First the url which are using via get or post in ajax might be "something.do" in this "something.do" you must be forwarding to another jsp page in which you have to display the table.
as in ajax you will be executing the action. and as action will be forwarded to the jsp (what you have mapped in struts.xml). So indirectly you will be getting that jsp as response from your ajax request.
what i wrote, i had done that via struts 2.