I just filed this ticket:

https://issues.apache.org/jira/browse/TRINIDAD-1170

On Tue, Aug 5, 2008 at 11:00 AM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> On Tue, Aug 5, 2008 at 10:52 AM, Matthias Wessendorf <[EMAIL PROTECTED]> 
> wrote:
>> On Tue, Aug 5, 2008 at 9:40 AM, Matthias Wessendorf <[EMAIL PROTECTED]> 
>> wrote:
>>> Hi Rene,
>>>
>>> we talked about this already here:
>>> http://www.mail-archive.com/[email protected]/msg49162.html
>>>
>>> Not sure if Scott already provided a work around for it. You may try the 
>>> recent
>>> 1.0.9 (which is close to be released). see [1]
>>
>> I saw a similar fix...
>> work around is doing something like:
>> public void setContentType(String type)
>>  {
>>    // the reason we're using XmlHttpServletResponse is because
>>    // we're producing a ppr xml response, so ignore any
>>    // attempts to set the contentType, since the contentType
>>    // must be text/xml:
>>    _LOG.finer("ignoring setContentType:{0}", type);
>>    getResponse().setContentType(_contentType);
>
> or
>  super.setContentType(_contentType);
>
>>  }
>>
>> on Trinidad's XmlHttpServletResponse.
>>
>> Scott, any downside ? Beside the hacky factor ?
>>
>> Greetings,
>> Matthias
>>
>>>
>>> @ADF Faces: The 10.x version is pretty old. It uses IFrame for all PPR
>>> stuff etc.
>>> Trinidad was overhauled to do "real" ajax for ppr (well still uses
>>> iframe for files).
>>>
>>> -Matthias
>>>
>>> [1] http://people.apache.org/~matzew/core109/
>>>
>>> On Tue, Aug 5, 2008 at 9:31 AM, René van Wijk
>>> <[EMAIL PROTECTED]> wrote:
>>>> When deploying an application build with Trinidad components on a Weblogic
>>>> 10 server the partial page rendering is not working properly. For example,
>>>> when sorting a certain column of a table it is not sorted at once, only
>>>> after you refresh the page by clicking on a certain button it gets sorted.
>>>>
>>>> By debugging using FireBug it is shown that an invalid XML response is
>>>> generated
>>>> if(this._isResponseValidXML()) // excerpt from Trinidad comon1_0_7.js
>>>> return"text/xml";
>>>> return"text/html";
>>>> }
>>>> that is "text/html" is returned instead of "text/xml".
>>>>
>>>> This is exactly really annoying.
>>>>
>>>> Are there some properties which can be set in Weblogic so that the right
>>>> content type is selected.
>>>>
>>>> Any help is greatly appreciated.
>>>>
>>>> PS. With ADF Faces Components everything works fine - but here the page is
>>>> refreshed every time you sort a column. Just like clicking on a button in
>>>> the case of Trinidad.
>>>>
>>>
>>>
>>>
>>> --
>>> Matthias Wessendorf
>>>
>>> further stuff:
>>> blog: http://matthiaswessendorf.wordpress.com/
>>> sessions: http://www.slideshare.net/mwessendorf
>>> mail: matzew-at-apache-dot-org
>>>
>>
>>
>>
>> --
>> Matthias Wessendorf
>>
>> further stuff:
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> mail: matzew-at-apache-dot-org
>>
>
>
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> mail: matzew-at-apache-dot-org
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

Reply via email to