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
