RE: displaying html in a cforms field

2006-11-16 Thread Stewart, Gary
> -Original Message- > From: Fuad Efendi [mailto:[EMAIL PROTECTED] > > I think this is called "cross site scripting attack" and should be > prevented... > "output field" is simply a read-only widget with a value, and browsers > should not interpret any pure HTML values of such objects...

Re: displaying html in a cforms field

2006-11-14 Thread Fuad Efendi
I think this is called "cross site scripting attack" and should be prevented... "output field" is simply a read-only widget with a value, and browsers should not interpret any pure HTML values of such objects... Marcel Rouwenhorst wrote: > > Is it possible to display formatted html in a cforms o

RE: displaying html in a cforms field

2006-01-24 Thread Marcel Rouwenhorst
me a hint which example you mean? Thanks Marcel -Oorspronkelijk bericht- Van: Derek Hohls [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 24 januari 2006 13:35 Aan: users@cocoon.apache.org Onderwerp: Re: displaying html in a cforms field In a word: yes - but this depends on the use of

RE: displaying html in a cforms field

2006-01-24 Thread Derek Hohls
I was thinking of:   cocoon/samples/blocks/forms/htmlarea>>> [EMAIL PROTECTED] 2006/01/24 03:03 PM >>> Thank you Derek,Could you give me a hint which example you mean?ThanksMarcel-Oorspronkelijk bericht-Van: Derek Hohls [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 24 januari 2006 13:35Aan

RE: displaying html in a cforms field

2006-01-24 Thread Marcel Rouwenhorst
Thank you Derek, Could you give me a hint which example you mean? Thanks Marcel -Oorspronkelijk bericht- Van: Derek Hohls [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 24 januari 2006 13:35 Aan: users@cocoon.apache.org Onderwerp: Re: displaying html in a cforms field In a word: yes

Re: displaying html in a cforms field

2006-01-24 Thread Derek Hohls
In a word: yes - but this depends on the use of javascript; see the cocoon examples. >>> [EMAIL PROTECTED] 2006/01/24 12:26 PM >>> Hi, Is it possible to display formatted html in a cforms output field? ThanksMarcel -- This message is subject to the CSIR's copyright, terms and conditions and

RE: displaying html in a cforms field

2006-01-24 Thread Marcel Rouwenhorst
Hi,   The problem is that the < and > are replaced with < and >.   I use the setValue method on a org.apache.cocoon.forms.formmodel.Output (Widget) in a org.apache.cocoon.forms.event.ValueChangedListener.   Thanks Marcel   Van: Marcel Rouwenhorst [mailto:[EMAIL PROTECTED]