@EventListener Question

2007-05-28 Thread Janos Mucsi
, Janos Mucsi [EMAIL PROTECTED] wrote: Hi I am new to Tapestry, so excuse my basic question. I am reading http://tapestry.apache.org/tapestry4.1/tapestry-annotations/index.html and was wondering how @EventListener implements asynchronous calls. Does anybody have a sample that behaves like

@EventListener Question

2007-05-27 Thread Janos Mucsi
= selectOption, targets = projectChoose, submitForm = taskForm, async=true) public void projectSelected(IRequestCycle cycle) { cycle.getResponseBuilder().updateComponent(projectDescription); cycle.getResponseBuilder().updateComponent(feedbackBlock); } Thanks! -- Janos Mucsi