I have implemented Struts2-jQuery <sj:select/>.
This select box is populated fetching a JSON object coming from an AJAX call.
How can I access this JSON object before the loading of the SelectBox in javascript in order to do some processing on it?