Re: [4.1] ajax directlink

2006-08-21 Thread Jesse Kuhnert
Fixed in deploy coming out in the next few minutes. In the instance of imgs the href attribute of target was returning the image href url. Fixed so that the proper event target is queried for the correct href url. On 8/21/06, Norbert Sándor <[EMAIL PROTECTED]> wrote: I'm very confused. If an

Re: [4.1] ajax directlink

2006-08-21 Thread Norbert Sándor
I'm very confused. If an tag is wrapped by the ajax DirectLink: - in IE: "WARNING: No ajax-response elements recieved." - in FF: "FATAL: Error, link target not found or invalid [object MouseEvent]" (it seems that it tries to set the wrapped element as the target instead of the ) If only pla

[4.1] ajax directlink

2006-08-21 Thread Norbert Sándor
Hi, I try to use an ajax DirectLink .jwc listener:onClick literal:testString true {"main"} .html link When I click on the link the request doesn't reach the servlet (I put a breakpoint to doService()), and the following message is pr