Re: Passing a javascript function in JSONArray or JSONObject

2012-10-21 Thread bhorvat
rt('This is the call back function');}")); return params; } and I pass this as the options parameter in the autocomplete component/mixin -- View this message in context: http://tapestry.1045711.n5.nabble.com/Passing-a-javascript-function-in-JSONArray-or-JSONObject-tp5717

Re: Passing a javascript function in JSONArray or JSONObject

2012-10-21 Thread bhorvat
t a valid JSONObject. Any idea who can I pass the function (whit JSONString) in tapestry -- View this message in context: http://tapestry.1045711.n5.nabble.com/Passing-a-javascript-function-in-JSONArray-or-JSONObject-tp5717095p5717098.html Sent from the Tapestry - User mailing list a

Re: Passing a javascript function in JSONArray or JSONObject

2012-10-21 Thread bhorvat
Hi Howard, Can I please ask you to share a link as I couldnt find anything related to the Java Fox Jsonstring. tnx for help -- View this message in context: http://tapestry.1045711.n5.nabble.com/Passing-a-javascript-function-in-JSONArray-or-JSONObject-tp5717095p5717097.html Sent from the

Passing a javascript function in JSONArray or JSONObject

2012-10-20 Thread bhorvat
ion');}" with out "" here is my Java Code public JSONObject getAutoParams() { return new JSONObject("select", "function (event, ui) {alert('This is the call back function');}"); } -- View this message in context: http