Re: external link component

2008-09-19 Thread Luther Baker
Thank Uli. Exactly the kind of advice I was looking for. -Luther On Fri, Sep 19, 2008 at 11:37 AM, Ulrich Stärk <[EMAIL PROTECTED]> wrote: > Indeed ActionLink and PageLink are for use within your application only. > The rest depends on your use case. If you want to link to another web page >

Re: external link component

2008-09-19 Thread Ulrich Stärk
Indeed ActionLink and PageLink are for use within your application only. The rest depends on your use case. If you want to link to another web page with a static URL I'd just put that in static html. If you want to compute the URL using some field values or such, try the Any component. For examp

external link component

2008-09-19 Thread Luther Baker
I want to create an external link ... and using the low level html anchor tag *http://...";>X* works just fine. Before doing that though, is there a tapestry component I should use instead? I'm not sure what the convention is here. It seems that pageLink is strictly for internal or application sp