On Tue, 31 Oct 2006 11:57:05 -0500, Phil Christensen <[EMAIL PROTECTED]> wrote:
[snip]
Now I'm just realizing what JP was referring to. That's definitely
acceptable syntax, but it still doesn't seem to be working for me. Using
this:
T.div(render=T.directive('liveElement'))[
T.input(type="text", size=80, onKeyUp='Nevow.Athena.Widget.get
(this).parse(event)')
]
works, but this:
T.div(render=T.directive('liveElement'))[
T.input(type='text', size=80)[athena.handler(event='onkeypress',
handler='parse')]])
]
fails without generating any error. I guess I'm okay with the first version
for my particular use-case, but I'd be interested to know if there's
something obvious I'm missing, or other information I can supply.
How does it fail? Can you throw together a minimal self-contained example?
I use this in a lot of places and it works and as far as I understand there
is no reason it shouldn't.
Jean-Paul
_______________________________________________
Twisted-web mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web