Re: Autocomplete mixin - Ajax request path

2010-12-16 Thread Robert Zeigler
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

Re: Autocomplete mixin - Ajax request path

2010-12-16 Thread Inge Solvoll
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

Autocomplete mixin - Ajax request path

2010-12-15 Thread Michael Bayer
Hi there! I have a tapestry powered site running behind an HTTP-Proxy that hides the glassfish instance from the user. Unfortunately it also hides the web-app context root: http://doma.in:8080/contextRoot/page becomes http://doma.in/page This causes a whole lot of problems, most of which I ma

Autocomplete mixin - Ajax request path

2010-12-15 Thread Michael Bayer
Hi there! I have a tapestry powered site running behind an HTTP-Proxy that hides the glassfish instance from the user. Unfortunately it also hides the web-app context root: http://doma.in:8080/contextRoot/page becomes http://doma.in/page This causes a whole lot of problems, most of which I ma