tags:

views:

15

answers:

1

how to use Ajax url inside java script in struts 2.0.

For example for servlets we write url= ControllerServlet?ActionId=myJsp

similarly how to write for struts 2.

Thanks in advance.

A: 

hi , i got the answer.

the url will be -

url= Controller.action?param="value"