You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by omidh <om...@gmx.de> on 2007/05/02 11:39:24 UTC

Resolving destination Url

Hi,

does anyone know if it is possible to receive the destination address/URL ,
after clicking a button, from the FacesContext or RenderRequest/Response in
a Portlet...

the Problem is.. I have to decide, depending on which Page I am forwarded
next, which Ressources should be add to the head, via AddResource...

thanks in advance,
Omid
-- 
View this message in context: http://www.nabble.com/Resolving-destination-Url-tf3679579.html#a10282881
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: Resolving destination Url

Posted by Scott O'Bryan <da...@gmail.com>.
That is hugely difficult.  I think the best you can do is narrow it down 
to a view id

omidh wrote:
> Hi,
>
> does anyone know if it is possible to receive the destination address/URL ,
> after clicking a button, from the FacesContext or RenderRequest/Response in
> a Portlet...
>
> the Problem is.. I have to decide, depending on which Page I am forwarded
> next, which Ressources should be add to the head, via AddResource...
>
> thanks in advance,
> Omid
>