hmm..i don`t know here is the right place to post this question or not
because currently i am using wicket to build a website
what i want to do is, in my web site i have to do some ajax call to get some
photo from flickr

and flickr privde the API that
if we browse url like this
http://api.flickr.com/services/rest/?method=flickr.photos.search&api_key=1bccc830541642b8424b45be8b4589f2&text=somekeyworkforphoto&privacy_filter=1&machine_tag_mode=any

it will return a list of resource that can point to the photo

but what should i do, so that in my wicket code,
i can send this request out, and get the xml format respone,
so that i can get the image location

Thanks 
-- 
View this message in context: 
http://www.nabble.com/hi-all%2C-question-about-invoke-some-other-service-in-wicket-tp17503718p17503718.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to