Hi there. I'm using some links and a zone component. the EventHandler looks like this (only some playing around and learning):
public Object onLeague(Object[] in) { ... JSONObject json = new JSONObject(); json.put("content",""); json.put("script", "alert('hi');"); return json; } and I'm alwasy getting an zone-update which shows me the json-onject-literal and not the wished alertbox with 'hi'. What's wrong there? -- View this message in context: http://www.nabble.com/returning-JSONObject-always-displays-the-js-code-tp25530724p25530724.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org