dev@woodstock.java.net

Integrating Rich Text editor along with Woodstock components

From: Winston Prakash <Winston.Prakash_at_Sun.COM>
Date: Wed, 30 Jan 2008 16:37:18 -0800

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
>