Hi, I am using AJAX to add rows to a specific section to my JSP page and when I add the rows I pass all the previously added rows data as a guery string to a struts action by an Ajax call. But when I add like 600 rows, it gives a JS error....is it coz of the limit in the query string length...how do I overcome this..pls advice...its urgent