You could use the url rewriting functionality introduced in 5.1 (note: the api
for this changes between 5.1 and 5.2). It allows you to rewrite incoming urls
and links within the application.
It's a public api.
Robert
On Dec 16, 2010, at 12/162:06 AM , Inge Solvoll wrote:
> I believe the code
I believe the code that generates the link you're talking about is on line
150 of AutoComplete.java in T5.2.4.
Link link = resources.createEventLink(*EVENT_NAME*);
By doing a little bit of digging from there, I found that the
(internal) service LinkSource does the hard work. I'm not the right p