users@javaserverfaces.java.net

Re: jsf & js

From: Duncan Bloem <dabloem_at_gmail.com>
Date: Tue, 22 Nov 2011 14:08:20 +0100

Hi Eric,

Did you try the following in web.xml:
    <context-param>
        <param-name>javax.faces.PROJECT_STAGE</param-name>
        <param-value>Development</param-value>
    </context-param>

Duncan Bloem

On Tue, Nov 22, 2011 at 8:33 AM, <ericjvandervelden_at_gmail.com> wrote:

> Hello,
>
> I see that JSF uses jsf.js. But I would like it to use
> jsf-uncompressed.js. How do I do that?
>
> I have done
>
> <h:outputScript name="jsf-uncompresses.js" library="javax.faces"/>
>
> This works but now there are 2 scripts and the jsf.js is chosen.
>
> Thanks,
>
> Eric J.
>