I use <s:a/> tag (dojo-anchor)
This tag invokes action, which has result type="json" (I'm using JSON plugin
for struts2).
It returns values of all public get*() methods of invoked action in JSON.

I want to do this thing:
1.catch result, parse it and get value of only one public get*() method.
2.write it (targets attribute is specified). Seems like I just need to
override data accept functionality
3.Execute JS script. This script will blur targets"" and then delete them.

Please, tell me, how can parse data from action and then execute script?

-- 
View this message in context: 
http://www.nabble.com/%3Cs%3Aa-dojo-anchor%2C-parse-result%2C-output-it-and-then-execute-JS-tp18688029p18688029.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to