I already did what you tell me Mark, I think I will have to use OAuth
authentication.
2011/1/21 Mark :
> It seems unlikely that this is a Tapestry issue. Best I can tell you
> are saying that when you run your unit tests you can connect, but
> when you try to do it from withint a Tapestry (Page?
> Have you considered talking to OpenStreetMap support?
I did
> You said: "When I wrote the unit tests I didn't need to use credentials"
>
> Do you mean your unit tests don't need to pass username/password but
> you do in Tapestry? That sounds fishy.
Yes, but I also said that I included a header
Thank you for your response Werner, OpenStreetMap implements OAuth 1.0 so far.
When you go to your user profile settings and click on OAuth settings
it prompts you to register your application filling a form that
requires the Name of the app, main URL, callback URL and support URL.
I haven't trie
Maybe this can help?
http://jumpstart.doublenegative.com.au/jumpstart/examples/navigation/eventlinks
Alberto
2011/1/21 Markus Feindler :
> Hi,
>
> how to create a Component Event Link for a different page?
>
> This is not a suitable solution for my problem:
> http://www.mail-archive.com/users@ta
The thing that doesn't make sense for me is that it works for my unit
tests (in which I don't use tapestry) and it doesn't work with the web
interface (which uses tapestry)... Could you, or someone else, explain
me what I improve if I use a proxy or how to use valid credentials?
When I wrote the un