all you have to do is pass in a callback url to the flash that it then has to invoke and pass in the data, you can read the data off the request param

you can create your own listener and call urlfor(component, listener) to get the url string. see ILinkListener and Link for how its done, its pretty simple in wicket.

you will probably want a listener that doesnt care about versions, see IUnversionedBehaviorListener and how it  passes false into the request listener interface

-Igor


On 6/5/06, jan_bar <[EMAIL PROTECTED]> wrote:
Hi,

I have a Flash on one wicket html page, the Flash needs to get configuration
data from server. I don't know what is the best way how to do that and how
wicket can help me.

The Flash has to send a request with something similar to session id, that
is bound to the session of the user. Based on that id the response should
contain data specific for the user.
How can I parse data from the Flash request? There is no Form object backing
up the request. I know I can use getParam(), but can I use Wicket way of
handling params?

The whole communication is similar to AJAX. Wicket supports AJAX but I don't
know how much it is bound to _javascript_.

Thanks for any hints, Jan





_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to