Re: Get data from External application.

2013-05-01 Thread chrome1235
-wicket.1842946.n4.nabble.com/Get-data-from-External-application-tp4658441p4658444.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands

Re: Get data from External application.

2013-05-01 Thread Bertrand Guay-Paquet
On 01/05/2013 12:13 PM, Bertrand Guay-Paquet wrote: In your app init code, mount your page like this: mountPage("/activate/#{code}", BarcodePage.class); Assuming you want to mount this under the "activate" path. I just noticed your example uses the root app mount. I think you might run into s

Re: Get data from External application.

2013-05-01 Thread Bertrand Guay-Paquet
: "zxing://scan/?ret=http://mydomain.com/MyApp/{CODE}";), then zxing can post or (get) to a generated url according to my parameters. Can I handle this url (zxing's post url) at the same page? Thanks. Kemal. -- View this message in context: http://apache-wicket.1842946.n

Get data from External application.

2013-05-01 Thread chrome1235
generated url according to my parameters. Can I handle this url (zxing's post url) at the same page? Thanks. Kemal. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Get-data-from-External-application-tp4658441.html Sent from the Users forum mailing list archiv