Andrew Mercer wrote:

> Hi,

Hello.

>
>
> How can you ensure that double speach marks appear correctly when inserting
> Javascript into ECS generated html?
>

Turn off filtering. ( It's off by default in cvs and - i think - newer
versions.

>
> I enter for example: "\"status=yes, resizeable=yes\""  in my code wanting
> the
> following to appear: "status=yes, resizeable=yes" in the html, but get
> instead:
>  "status=yes, resizeable=yes" because ECS has redifined them.

Something like.

SomeElement.setFilterState(false);  // will turn filtering off for this
element.

-stephan



--
------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to