Re: Ajax: invoke action by mouseClick and get simple string

2008-07-25 Thread Dave Newton
--- On Fri, 7/25/08, holod <[EMAIL PROTECTED]> wrote: > I've seen tag, but I didn't understand how can > I invoke request to action manually (by mouse click for example) ? http://struts.apache.org/2.x/docs/dojo-anchor.html Note that if you're using S2.0 you'll need to look at the docs at: htt

Ajax: invoke action by mouseClick and get simple string

2008-07-25 Thread holod
I have very easy problem, can I solve it with the help of any struts2 tag? Explanation: I have an image. User clicks on this image. Request with several parameters goes to a server. Action is invoked, parameters used during action execution. Action sends back simple string "Success" or "Fail". thi