Re: Sending data to a wicket form through a POST from an external site

2010-10-20 Thread Martin Makundi
- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Sending-data-to-a-wicket-form-through-a-POST-from-an-external-site-tp110p3003371.html > Sent from the Users forum mailing list archive at Nabble.com. > > --

Re: Sending data to a wicket form through a POST from an external site

2010-10-20 Thread ali
Hi Martin, Can you please come up with any example? Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Sending-data-to-a-wicket-form-through-a-POST-from-an-external-site-tp110p3003371.html Sent from the Users forum mailing list archive at Nabble.com

Re: Sending data to a wicket form through a POST from an external site

2010-10-19 Thread Martin Makundi
hinking to > avoid PageParameters to fetch each parameter. > > Quick response will be highly appreciated. > > > Thanks, > Ali > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Sending-data-to-a-wicket-form-through-a-POST-from-an-external-site-tp

Re: Sending data to a wicket form through a POST from an external site

2010-10-19 Thread ali
will be highly appreciated. Thanks, Ali -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Sending-data-to-a-wicket-form-through-a-POST-from-an-external-site-tp110p3002261.html Sent from the Users forum mailing list archive at Nabble.com

Re: Sending data to a wicket form through a POST from an external site

2009-08-25 Thread Martin Makundi
I guess it would be possible with a stateless form? ** Martin 2009/8/25 Igor Vaynberg : > and why would they need that? what is the advantage of that vs simply > using pageparameters? > > -igor > > On Mon, Aug 24, 2009 at 9:24 PM, Anton > Veretennikov wrote: >> They mean "trigger a form submit" s

Re: Sending data to a wicket form through a POST from an external site

2009-08-25 Thread Igor Vaynberg
and why would they need that? what is the advantage of that vs simply using pageparameters? -igor On Mon, Aug 24, 2009 at 9:24 PM, Anton Veretennikov wrote: > They mean "trigger a form submit" somehow as if it was a wicket form > as I understood. > > -- Tony > > On Tue, Aug 25, 2009 at 12:07 PM,

Re: Sending data to a wicket form through a POST from an external site

2009-08-24 Thread Anton Veretennikov
They mean "trigger a form submit" somehow as if it was a wicket form as I understood. -- Tony On Tue, Aug 25, 2009 at 12:07 PM, Igor Vaynberg wrote: > give paypal a url to a bookmarkable page, you can retrieve the post > params from PageParameters. > > -igor > > On Wed, Jan 7, 2009 at 11:19 AM, R

Re: Sending data to a wicket form through a POST from an external site

2009-08-24 Thread Igor Vaynberg
give paypal a url to a bookmarkable page, you can retrieve the post params from PageParameters. -igor On Wed, Jan 7, 2009 at 11:19 AM, Rahul Pilani wrote: > I need to get data from an external site via a POST. Is there a way that > wicket will trigger a form submit on the posted data? Otherwise

Re: Sending data to a wicket form through a POST from an external site

2009-08-24 Thread Jason Shim
a similar topic went unreplied. > > > > Any answer is appreciated. > > > > - R > > > > > > -- > View this message in context: > http://www.nabble.com/Sending-data-to-a-wicket-form-through-a-POST-from-an-ex

Re: Sending data to a wicket form through a POST from an external site

2009-08-16 Thread NYSophia
lf. I looked through the forum archives, and > previous posts on a similar topic went unreplied. > > Any answer is appreciated. > > - R > > -- View this message in context: http://www.nabble.com/Sending-data-to-a-wicket-form-through-a-POST-from-an-external-site-tp21338922p2

Sending data to a wicket form through a POST from an external site

2009-01-07 Thread Rahul Pilani
I need to get data from an external site via a POST. Is there a way that wicket will trigger a form submit on the posted data? Otherwise I have to handle the params myself. I looked through the forum archives, and previous posts on a similar topic went unreplied. Any answer is appreciated. - R