outputLink and context

2006-05-04 Thread Alexander Panzhin

How to make the outputLink be context relative
so that my
h:outputLink value=/hello.jsf
   t:outputText value=hello/
/h:outputLink
would point to http://localhost:8080/hello/hello.jsf and not 
http://localhost:8080/hello.jsf


--
  With best regards,
 Alexander Panzhin



smime.p7s
Description: S/MIME Cryptographic Signature


Re: outputLink and context

2006-05-04 Thread Mert Çalışkan
Don't specify / before hello.jsf. It'd be context relative with this.

Regards,

Mert

On 5/4/06, Alexander Panzhin [EMAIL PROTECTED] wrote:
How to make the outputLink be context relativeso that myh:outputLink value=/hello.jsf
 t:outputText value=hello//h:outputLinkwould point to http://localhost:8080/hello/hello.jsf and not
http://localhost:8080/hello.jsf--With best regards, Alexander Panzhin