SV: inter application communication in wicket

2011-01-10 Thread Wilhelmsen Tor Iver
Can anybody please throw some light on how two wicket applications, deployed into the same container can interact with each other? The easiest is to just pass the parameters as normal path- or query parameters (strings) in the link. For more complex cases you can either try passing a JSON

Re: inter application communication in wicket

2011-01-10 Thread Jeremy Thomerson
in Application2, when Application2 is called from Application1 via click of a link or button. Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/inter-application-communication-in-wicket-tp3206671p3206671.html Sent from the Users forum mailing list archive

Re: inter application communication in wicket

2011-01-10 Thread Igor Vaynberg
-wicket.1842946.n4.nabble.com/inter-application-communication-in-wicket-tp3206671p3206671.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: inter application communication in wicket

2011-01-10 Thread Jeremy Thomerson
-application-communication-in-wicket-tp3206671p3206671.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: inter application communication in wicket

2011-01-10 Thread Igor Vaynberg
component in Application1 to component in Application2, when Application2 is called from Application1 via click of a link or button. Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/inter-application-communication-in-wicket

inter application communication in wicket

2011-01-09 Thread sap2000
via click of a link or button. Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/inter-application-communication-in-wicket-tp3206671p3206671.html Sent from the Users forum mailing list archive at Nabble.com

Re: inter application communication in wicket

2011-01-09 Thread Nick Heudecker
? Basic requirement is, parameters should be passed from component in Application1 to component in Application2, when Application2 is called from Application1 via click of a link or button. Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/inter-application