Hi!

I have been upgrading Tapestry from 3.0.3 to 3.0.4 and notices that now I get a TemplateParseException. This problem seems to be caused by tapestry trying to parse the javascript and seeing more than one attribute in a tag such as <rows.length;> due to some script such as
for (var i=0; i<rows.length; i++)

I was wondering what is the correct way so Tapestry does not parse certain content.
I tried <![CDATA[ thinking it might use an XML parser.
Should I use <!-- ... -->
Or something else?

Have a nice day.
Robert


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to