2009-03-05 02:34:05 UTC
Hi all,
I went through almost the entire help sections to see if I can see how to pass parameters to the action class.
for example in my jsp I would like to send 3 parameters to the servlet. like id, pageNumber, and type. I am not using a form in my jsp.
var url = someAction +"?id=5?pageNumber=2?type=even";
I tried AjaxAnywhere.getAJAX(url, zonesToRefresh)
Any help will very appreciated.
-J