mmm,

looks ok

the resource servlet is for serving resources ;-)
like Skinning CSS and JS

-M

On 6/14/07, Hans Reip <[EMAIL PROTECTED]> wrote:

Yes, I configured the filter:

<filter>
                <filter-name>trinidad</filter-name>

<filter-class>org.apache.myfaces.trinidad.webapp.TrinidadFilter</filter-class>
        </filter>

        <filter-mapping>
                <filter-name>trinidad</filter-name>
                <servlet-name>Faces Servlet</servlet-name>
        </filter-mapping>
        <servlet>
                <servlet-name>Faces Servlet</servlet-name>
                    
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
                <load-on-startup>1</load-on-startup>
        </servlet>

I have also configured the following but I do not know what it is for. May
this be the reason?

        <servlet>
          <servlet-name>resources</servlet-name>

<servlet-class>org.apache.myfaces.trinidad.webapp.ResourceServlet</servlet-class>
         </servlet>

        <!-- This cannot be configured currently -->
        <servlet-mapping>
            <servlet-name>resources</servlet-name>
            <url-pattern>/adf/*</url-pattern>
        </servlet-mapping>

In the faces-config I have added the default renderkit:
        <default-render-kit-id>
                org.apache.myfaces.trinidad.core
        </default-render-kit-id>

I do not have any trinidad-config file but as I know I do not need one
neccessarily.
Hans




Matthias Wessendorf-4 wrote:
>
> Iwas wondering because of AdfRenderingContext,
> but that is a *legacy* logger entry,from old times.
> Fixed...
>
> To your issue:
> Did config the Filter ?
>
> On 6/14/07, Hans Reip <[EMAIL PROTECTED]> wrote:
>>
>> Do you mean an old version of trinidad?
>> I downloaded it yesterday, so it should be OK.
>>
>>
>> Matthias Wessendorf-4 wrote:
>> >
>> > AdfRenderingContext
>> >
>> > you are using an old version, I think
>> >
>> >
>>
>> --
>> View this message in context:
>> 
http://www.nabble.com/-Trinidad--RenderingContext-Error-when-STATE_SAVING_METHODis-%22client%22-tf3920348.html#a11116388
>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>
>>
>
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> mail: matzew-at-apache-dot-org
>
>

--
View this message in context: 
http://www.nabble.com/-Trinidad--RenderingContext-Error-when-STATE_SAVING_METHODis-%22client%22-tf3920348.html#a11117133
Sent from the MyFaces - Users mailing list archive at Nabble.com.




--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org

Reply via email to