dev@jsf-extensions.java.net

Re: [JSF-EXT] Jacob: Facelets 1.2, 1.1.10, and your JavaOne demo app

From: Roger Kitain <Roger.Kitain_at_Sun.COM>
Date: Tue, 27 Jun 2006 16:05:15 -0400

In this case, the content type determined by the renderkit and stored
in the responsewriter is "application/xhtml+xml". Facelets
(the FaceletViewHandler) takes that content type and stuffs it in the
response (a recent change to Facelets code). When the page is rendered,
there are parsing errors - because the page is not valid XHTML
(transitional).
The doctype on the page says XHTML transitional as well. I also ran
this page
through an xhtml validator - one of the Facelet tags is not producing proper
XHTML transitional markup. I've shown this to Jacob.

????

-roger

Adam Winer wrote:

> Roger,
>
> AFAIK, issue 130 is invalid. Facelets just uses the RenderKit-provided
> ResponseWriter for its output. So if the RenderKit supports
> XHTML, Facelets does as well. (This is true of 1.1; things
> were different in 1.0).
>
> -- Adam
>
>
> Roger Kitain wrote:
>
>> If you are going to do another facelets release, can you take a look
>> at fixing:
>>
>> https://facelets.dev.java.net/issues/show_bug.cgi?id=130
>>
>> -roger
>>
>> Ed Burns wrote:
>>
>>> Hello Jacob,
>>>
>>> As mentioned previously, I'm fleshing out jsf-extensions avatar by
>>> ensuring that the following use cases work
>>>
>>> 1. the jMaki and scroller use cases, as shown in the jsf-extensions
>>> sample app.
>>>
>>> 2. all the use cases in your JavaOne sample app
>>>
>>> 3. The zone concept (or lack thereof) as shown in the cardemo app
>>>
>>> For 2, I have run into two problems regarding facelets. We've already
>>> talked about one.
>>>
>>> a) incorrect DTD in Facelets 1.1.10. You said you were going to fix
>>> this in Facelets 1.1.12, but that doesn't appear to be out yet.
>>>
>>> b) the absence of UIRepeat.invokeOnComponent(). This prevents the
>>> contextual autosuggest from working. Can you please release another
>>> version of Facelets that addresses these
>>> issues? For b) I realize this will force you to confront the "does
>>> facelets run in JSF 1.1 issue.
>>>
>>> Ed
>>>
>>>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_jsf-extensions.dev.java.net
>> For additional commands, e-mail: dev-help_at_jsf-extensions.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_jsf-extensions.dev.java.net
> For additional commands, e-mail: dev-help_at_jsf-extensions.dev.java.net
>