[tomahawk sandbox] dynamic PPR content changes

2007-05-22 Thread Matthes R.
hi all, i've got a problem with dynamically changing the content of my page with the PPR components of the sandbox. i'm using myfaces-core-1.1.5, tomahawk-1.1.5 and tomahawk-sandbox-1.1.6-SNAPSHOT. here is my code: - page1

Re: [tomahawk sandbox] dynamic PPR content changes

2007-05-22 Thread Matthes R.
restored at rerendering. Regards, Volker 2007/5/22, Matthes R. <[EMAIL PROTECTED]>: > hi all, > > i've got a problem with dynamically changing the content of my page with the > PPR components of the sandbox. > i'm using myfaces-core-1.1.5, tomahawk-1.1.5 and > tomahawk

Setting ViewRoot of FacesContext reloads the page _twice_

2007-06-20 Thread Matthes R.
Hi all, i've got a problem with my self-written PhaseListener. It is a RESTORE_VIEW listener and is intended to deal with pretty URLs: e.g.: www.server.com/webapp/user/123 the listener splits the requestURI (into an array [webapp, user, 123]). this works fine. i then put the parameters into som

Re: Setting ViewRoot of FacesContext reloads the page _twice_

2007-06-22 Thread Matthes R.
use a PhaseListener, but a servlet. see: http://wiki.apache.org/myfaces/InvokingJsfPagesWithStandardUrls#head-6c1aaf488d48f938896da962aaa4361ec3ffaf70 Regards, Volker 2007/6/20, Matthes R. <[EMAIL PROTECTED]>: > Hi all, > > i've got a problem with my self-written PhaseList

Re: Setting ViewRoot of FacesContext reloads the page _twice_

2007-06-25 Thread Matthes R.
; at the end of the service-method, there is no endless loop, but the URL changes and i do not want that. thanks and regards, Matthes 2007/6/22, Volker Weber <[EMAIL PROTECTED]>: Hi Matthes, can you post your source? the Servlet and the navigation rules. Regards, Volker 200