Follofwing are some of my code parts. The system.out even do not create any output on ActionLink click. what am i doing wrong?
Object onActionFromPlay(int videoId){ System.out.println("onActionFromPlay(int videoId) CLICKED ==============="); Video _v; for (int i=0; i<videos.size();i++){ _v = videos.get(i); if (_v.getId() == videoId) currentVideo = _v; } if(request.isXHR()) return videoZone.getBody(); else return null; } <p><t:actionlink t:id="play" context="video.id" t:zone="videoZone">Play Video</t:actionlink></p> <t:zone t:id="videoZone" id="videoZone"> The Video IDDDD = ${currentvideo.name} </t:zone> -- View this message in context: http://tapestry.1045711.n5.nabble.com/Why-ActionLink-Click-is-not-working-tp5717030.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