You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by sj...@stradefi.com on 2006/10/05 08:38:00 UTC

Current context

Hello people !

 

I have some troubles to understand how this facesContext is working exactly.

While doing this:

 

FacesContext facesContext = FacesContext.getCurrentInstance();

 

Do we get the current location inside our nodes?

 

I am using a opensource software alfresco where we can navigate between
spaces containing contents (documents).

And I am creating a new space (I have its nodeRef associated) but then how
do I position myself inside this space with this FacesContext?

 

I am not sure to be really clear.

Best,

Sophie