Putting the context first in the URL path

2013-02-25 Thread jellevangompel
Hi all, I wanna know if it is possible to put the context of a page first in the path of a URL. I am currently implementing a wizard built with separate pages that all need to be initialised with a context. This will result in URLs like: www.myapp.com/stepone/contextA www.myapp.com/steptwo/c

Re: Tapestry URLs inside iFrame (Facebook canvas)

2012-11-01 Thread jellevangompel
Hi, The workaround seems to work. I only process the facebook parameters on the first request from facebook and store them in my session. Afterwards I can work with my own URLs without problem, so I don't need the absolute URLs anymore. Thanks for you help. Regards, Jelle -- View this m

Re: Tapestry URLs inside iFrame (Facebook canvas)

2012-10-30 Thread jellevangompel
So what you're saying is that the Facebook signed_request is only needed for the first time the page is loaded, and that afterwards I should be able to work without it (until another page reload)? I'll redesign the application the application to work this way and see if this solves my issue. I'l

Re: Tapestry URLs inside iFrame (Facebook canvas)

2012-10-30 Thread jellevangompel
Hi Jonathan, This solution doesn't seme to work. It also very much alike than the code I had (se earlier post) that did not work. Is there any other configuration that I might be overlooking? Regards, Jelle -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-URL

Re: Tapestry URLs inside iFrame (Facebook canvas)

2012-10-30 Thread jellevangompel
Hi Jonathan, This seems to work partially. - This only works for asset files, but not for links. Do you know if there's a similar constant for urls? - There is a problem with the context of the asset link generated: my T5 app is deployed as the the root context, however the facebook app has an

Re: Tapestry URLs inside iFrame (Facebook canvas)

2012-10-30 Thread jellevangompel
Hey Christian, I have contribute the hostname symbol, but links are still not rendered as I suspected (meaning they are still like: http://my.server.com/app/link). I used following code: public static void contributeApplicationDefaults(MappedConfiguration configuration) {

Re: Tapestry URLs inside iFrame (Facebook canvas)

2012-10-30 Thread jellevangompel
Here's the image I wanted to include: -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-URLs-inside-iFrame-Facebook-canvas-tp5717408p5717412.html Sent from the Tapestry

Re: Problem using ZoneUpdater Mixin and Apache Proxy

2012-04-12 Thread jellevangompel
Hello Geoff, I added the following to my apache config: ProxyPreserveHost On ProxyVia On This fixed the problem with the ZoneUpdater. Thanks a lot! Regards, Jelle -- View this message in context: http://tapestry.1045711.n5.nabble.com/Problem-using-ZoneUpdater-Mixin-and-Apache-Prox