Re: @EventListener in a Dialog

2008-04-16 Thread Andreas Andreou
Hmm... can't probably help much, but i've seen quite a few fixes regarding EventListener in the latest 4.1.6-SNAPSHOT Can you give it a try? http://people.apache.org/maven-snapshot-repository/org/apache/tapestry/tapestry-framework/4.1.6-SNAPSHOT/ On Thu, Apr 17, 2008 at 9:12 AM, abhilash <[EMAI

Re: @EventListener in a Dialog

2008-04-16 Thread abhilash
Yes,i have a "[EMAIL PROTECTED]" inside my Dialog.This is an ajax Form.My @EventListener is @EventListener(elements = "typeChanged", events = "onchange", submitForm = "ListForm",async=true) public void watchText(IRequestCycle cycle) { --- - - cycl

Re: @EventListener in a Dialog

2008-04-16 Thread Andreas Andreou
Have you read the Dialog gotchas at http://tapestry.apache.org/tapestry4.1/components/dojo/dialog.html ? Does your Dialog completely contain a form? On Thu, Apr 17, 2008 at 8:25 AM, abhilash <[EMAIL PROTECTED]> wrote: > > Hi , > I am using tapestry 4.1.5 > I have a property selection model in a