Hello all,

I'm trying to kind of embed a wicket app into another web page, meaning
that the wicket pages are loaded into a modal jQuery panel. All
submits, links, buttons in the wicket pages are thus realised using
wicket's ajax features.

Unfortunately, the wicketSubmitFormById call in an Ajax form submit is
using a relative URL, resulting code looks like this:

<input ... onclick="wicketShow('compose74--ajax-indicator');var
wcall=wicketSubmitFormById('form77',
'?wicket:interface=:8:contentDiv:contentPanel:form:compose::IActivePageBehaviorListener:0:-1&amp;wicket:ignoreIfNotActive=true',
'compose' ,function() ...">

This call fails of course if the wicket page is "embedded" into the
other web page because the webapp context is different. So, my question
would be: is there a way to customize the URL parameter in this call to
wicketSubmitFormById?

Thanks in advance,
Philip



Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to