It is not in the current plan. I filed issue #1054 for this. You are
of course encouraged to development one as part of the community and
contribute it back into the woodstock library. See also the GlassFish
Awards Program at
http://wiki.glassfish.java.net/Wiki.jsp?page=GapTop
(Woodstock is part of the Glassfish community), in case you have
interest in that.
Winston Prakash wrote:
> Hi Nicolas,
>
> I'm forwarding this e-mail to the woodstock dev team. They may be able
> to answer this.
>
> Thanks,
>
> Winston
>> Hi Winston,
>>
>> Did you get some time to investigate on the issue described below?
>> This is becoming critical for my development.
>>
>>
>> Regarding the other question:...
>>
>> Is there a plan to integrate a *Rich Text Edit* (Rich TextArea) in
>> woodstock components (dealing with RTF AND HTML formats)?
>>
>> I can assure you that before writing to you, all efforts are done to
>> find a (any) solution.
>>
>> So, since the last 2 days, I have been trying hard to integrate
>> either FCKEditor or TinyMCE into JSF page with woodstock.
>> Best success was achieved with TinyMCE . (although you have to use
>> h:InputTextArea).
>> But, it is only working with JSP Standard format.
>> Let me explain:
>>
>> * If I use standard Visual Web JSP Page (JSP XML FORMAT):
>>
>> /<?xml version="1.0" encoding="ISO-8859-1"?>
>> <jsp:root version="2.1" xmlns:f="http://java.sun.com/jsf/core"
>> xmlns:h="http://java.sun.com/jsf/html"
>> xmlns:jsp="http://java.sun.com/JSP/Page"
>> xmlns:webuijsf="http://www.sun.com/webui/webuijsf">
>> <jsp:directive.page contentType="text/html;charset=I//SO-8859-1//"
>> pageEncoding="ISO-8859-1"/>..../
>> ==> NOT WORKING AT ALL
>>
>> * If I use JSP standard format
>>
>> / <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
>> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
>> <%@ taglib uri="http://www.sun.com/webui/webuijsf"
>> prefix="webuijsf" %>
>> <f:view>..../
>>
>> ==> TinyMCE OK (not well positioned by the way) but you can not
>> use the design tab to visualize components
>>
>>
>> Sincerely, the best would be to integrate such a component in
>> Woodstock suite (Rich text Editor for HTML & RTF)?
>> Is there any plan on this?
>>
>>
>> Many many thanks in advance,
>> Best regards
>> Nicolas
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_woodstock.dev.java.net
> For additional commands, e-mail: dev-help_at_woodstock.dev.java.net
>