Em Sat, 13 Jun 2009 10:45:15 -0300, Onno Scheffers <o...@piraya.nl> escreveu:

I tried that first. But the cdata node XML-encodes its content. So
Javascript statements like if(a < b) becomes if(a &lt; b). It also didn't
seem to render out an actual CDATA block and last but not least: I wanted to make sure the CDATA-line was commented out inside the script-block so
browsers won't trip over it.

Ok! :)

At first I called it "Removing Prototype dependencies from Tapestry 5", but the title would then wrap to the next line on most common resolutions. If you can come up with a better title that is no longer than what I have now, I'll change it for you :o)

That's hard, but I'll tell you when I come up with something. :)

Currently I'm reading up on the event-model. A lot of Tapestry-stuff depends on the ability to fire events and respond to it. This is used for things like validation. It is a tricky area that is handled very differently acros different browsers. Both Prototype and jQuery have both implemented their
own custom event-model that make using your own events so easy :o)

This may be the trickiest part. Maybe it'll need the definition of some framework-indepedent API to bridge the differences between them.

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to