hi guys, i am just evaluating the possiblity of sending a wicket form post from browser to backend using a kind of third party proxy filter (which is required to filter certain user input, that should not touch our infrastructure).
the setup would look as follows : WicketPage with Form (method==post) is delivered to browser -> user enters data in input fields -> user presses submit button -> request is sent to 3d party server where request is filtered and forwarded to our server where we want to react on "onSubmit" The Form is realized like this : The 3dparty server just replaces server and port from request and forwards filtered content 1:1 back to our server. -> the request arrives and corresponding bean is called, but it seems as if the Page bean is not reacting on a Form Post, but is initialized fresh ( constructor of page is called, Post Parameters are empty,...) could somebody provide a solution for this kind of implementation or point me to a direction where ic can see, why the form post is behaving like this (i cannot see any corresponding Error/Warn or debug message from wicket) I am using Wicket 6.13.0 - any help on this one is highly appreciated, since i am not deep enough into the wicket request/response cycle to figure out, why this setup is not working.... kind regards smoeker -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-FormPost-via-ProxyFilter-tp4665803.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
