> Just one suggestion: instead of using Element.raw() for adding Javascript
code inside a CDATA section, try using Element.cdata().

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.


> Another suggestion: instead of "Removing Prototype from Tapestry", what
about "Making Tapestry Javascript-framework independent?". IMHO, the latter
describes more accurately what you're doing. And Tapestry will still work
with Prototype, you're just providing one way of using another framework for
the people who wish that. ;)

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)


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)


regards,

Onno


On Sat, Jun 13, 2009 at 2:00 PM, Thiago H. de Paula Figueiredo <
thiag...@gmail.com> wrote:

> Em Sat, 13 Jun 2009 00:30:05 -0300, Angelo Chen <
> angelochen...@yahoo.com.hk> escreveu:
>
>  I like what you are doing, keep us posted about your testing project,
>> Prototype free t5 app is something I'm dreaming of:)
>>
>
> Another suggestion: instead of "Removing Prototype from Tapestry", what
> about "Making Tapestry Javascript-framework independent?". IMHO, the latter
> describes more accurately what you're doing. And Tapestry will still work
> with Prototype, you're just providing one way of using another framework for
> the people who wish that. ;)
>
> --
> 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