Re: @EventListener Issue

2008-04-18 Thread DR_GLoPeL_BouCa
Hi, a don't see "typeChanged" element in your code, and javascript code ("tapestry.cleanConnect("yypeChanged", "onchange", "formEvent2604279"); ") has error, don't see yypeChanged element. Put all your code and use Target instead of Element, and put, if you have, a response when you use a Target i

Re: @EventListener Issue

2008-04-17 Thread abhilash
correction: i replaced targets with elements.I am getting 'Error: bad srcObj for srcFunc: onchange' when calling method: [nsIDOMEventListener::handleEvent]" error .My ajax response has this dojo.widget.byId("MyDialog").show(); tapestry.cleanConnect("yypeChanged", "onchange",

Re: @EventListener Issue

2008-04-17 Thread abhilash
No,still not working Andy Pahne-3 wrote: > > > Try > > > > instead of > > > > > > Because you use the parameter "targets" in your @EventListener, you have > to use a component id. > > > Andy > > > > > > abhilash schrieb: >> Hi all, >> i am using tapestry4.1.5 >> My even

Re: @EventListener Issue

2008-04-17 Thread Andy Pahne
Try instead of Because you use the parameter "targets" in your @EventListener, you have to use a component id. Andy abhilash schrieb: Hi all, i am using tapestry4.1.5 My eventListener is not getting called.This is my code. delegate="ognl:validationDele

@EventListener Issue

2008-04-17 Thread abhilash
Hi all, i am using tapestry4.1.5 My eventListener is not getting called.This is my code. Choose Type :

T4 Upload component + EventListener issue

2008-02-18 Thread caarney
ve Upload to another form, maybe the solution would be to use some other component (contrib?) for handling file upload... ? Any suggestions? Thanks -- View this message in context: http://www.nabble.com/T4-Upload-component-%2B-EventListener-issue-tp15542519p15542519.html Sent from the Tapestry

Re: @EventListener issue with submitForm and Upload component

2006-10-27 Thread Peter Beshai
https://issues.apache.org/jira/browse/TAPESTRY-1128 Peter Beshai From: "Jesse Kuhnert" <[EMAIL PROTECTED]> Reply-To: "Tapestry users" To: "Tapestry users" Subject: Re: @EventListener issue with submitForm and Upload component Date: Fri, 27 Oct 2006 11:54

Re: @EventListener issue with submitForm and Upload component

2006-10-27 Thread Jesse Kuhnert
It's possible. Don't know if I tested that particular component. Can you create a JIRA issue? On 10/25/06, Peter Beshai <[EMAIL PROTECTED]> wrote: Is it intended that if there is an Upload component in the form that is attached to an EventListener (via setting submitForm="myform"), the EventLis

@EventListener issue with submitForm and Upload component

2006-10-25 Thread Peter Beshai
Is it intended that if there is an Upload component in the form that is attached to an EventListener (via setting submitForm="myform"), the EventListener doesn't fire off? (I didn't see it documented anywhere, but I could have missed something). Peter Beshai __