Have you tried it with my modal window patch ?
https://issues.apache.org/jira/browse/WICKET-3151
On Fri, 2011-01-21 at 00:37 -0800, Dinesh Sharma wrote:
> Hi,
>
> Am new in this Forum and came across this thread while looking for one Model
> Window issue. I have to use Model Window in my proje
Hi,
Am new in this Forum and came across this thread while looking for one Model
Window issue. I have to use Model Window in my project but it was not
working and giving the same behavior as given starting of this thread. Also,
I am using wicket 1.3.x version and Window Model working fine with Fi
Hmm what about conditional html.. Although that's extremely ugly :(
2009/4/16 Matej Knopp :
> This is what breaks it
>
> We have it there to prevent IE from complaining when the iframe is on
> https page (about mixing secure and nonsecure element).
>
> If anyone can suggest way to create empty if
This is what breaks it
We have it there to prevent IE from complaining when the iframe is on
https page (about mixing secure and nonsecure element).
If anyone can suggest way to create empty iframe without the warning
that is consistent accross browsers (most importantly across all IE
version in
Indeed, I can reproduce that. It doesn't even work in compatibility
mode. Awesome.
-Matej
On Thu, Apr 16, 2009 at 12:16 PM, Daniel Chipan
wrote:
> When the content of a modal window is set using a page creator as shown
> below, the modal window is not displayed and you are redirected to an inva
When the content of a modal window is set using a page creator as shown below,
the modal window is not displayed and you are redirected to an invalid page
with the address "http:///".
Code :
chooseLgWindow.setPageCreator(new ModalWindow.PageCreator() {
public Page createPage() {
return new Popup