Re: How to link to another website

2007-02-07 Thread Daniel Tabuenca
You mean to another non-tapestry website? You just do a href=WEBSITE_URL /a If you don't want to use a static URL in your template then you could also use the @GenericLink component. On 2/7/07, Stony Zhang [EMAIL PROTECTED] wrote: Hello, I want to a link to another website. Anyone can

RE: How to link to another website

2007-02-07 Thread Stony Zhang
Thanks Daniel, But WEBSITE_URL need be got in server side. and I can't use ognl:weburl to do that. Best wishes, Stony -Original Message- From: Daniel Tabuenca [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 11:53 AM To: Tapestry users Subject: Re: How to link

Re: How to link to another website

2007-02-07 Thread Daniel Tabuenca
be got in server side. and I can't use ognl:weburl to do that. Best wishes, Stony -Original Message- From: Daniel Tabuenca [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 11:53 AM To: Tapestry users Subject: Re: How to link to another website You mean to another non-tapestry

RE: How to link to another website

2007-02-07 Thread Stony Zhang
Thanks a lot. I have done that with @Any... -Original Message- From: Daniel Tabuenca [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 1:11 PM To: Tapestry users Subject: Re: How to link to another website Like I said, if you need to generate the url use @GenericLink. Also