Hello,
I feel like this is such a stupid question, but it's just not working...
I want to display an FCKeditor without anything in it. All the examples have already some text in it.
When I try both lines here:
<FCK:editor instanceName="autre_info"><jsp:attribute name="value"></jsp:attribute></FCK:editor> or <FCK:editor instanceName="autre_info</FCK:editor>
Re: Empty textbox
The first one won't work. Value does not has to be empty. I will file a bug about it.
Use this:
Re: Empty textbox
but it still fails with the same error.
Re: Empty textbox
seems to be resin specific. Try then:
This should prevent the value from being null.
Re: Empty textbox
Your latest option worked. That's fine with me!
Thank you!
Re: Empty textbox