OK! This is the best I have come up with so far.

In My AjaxFallbackButton#onSubmit I check the form and I everything was ok I
append a javascript target.appendJavascript( "makeCallBack( 'http//:new url'
)");

And in html page

function makeCallBack( URL ){
  document.forms[ "login" ].action = URL;
  document.forms[ "login" ].submit();
}
                                        
Cons with this approach?
-- 
View this message in context: 
http://www.nabble.com/ssl-post-to-creditor-company-tp16978155p16982340.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to