On 01/04/2011 05:14 PM, Thiago H. de Paula Figueiredo wrote:
On Tue, 04 Jan 2011 19:44:34 -0200, Rich M <rich...@moremagic.com> wrote:

Hi,

Hi!

The issue here being that in IE8 the ' characters got written out as &amp;&apos;

This isn't a problem with Tapestry. IE doesn't handle HTML entities as it should. In addition, use JavaScript event observers instead of adding them as onXXX attributes. That's the recommended (and less error-prone) way.

Using a Mixin with @MixinAfter to initialize an Event.observe in Javascript worked to replace the previous error-prone method I mentioned. As always, Thiago, you have a great way of concisely knocking some sense into my code/mindset.

Thanks,
Rich

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

Reply via email to