7576777879808182838485
add(new AjaxLink("showModal1") { @Override public void onClick(AjaxRequestTarget target) { modal1.show(target); } }); /* * Second modal window
112113114115116117118119120121122
add(new AjaxLink("showModal2") { @Override public void onClick(AjaxRequestTarget target) { modal2.show(target); } }); } /**
8384858687888990919293
} }); add(new AjaxLink("open") { public void onClick(AjaxRequestTarget target) { modal.show(target); } }); } }
7475767778798081828384
add(new AjaxLink("showModal1") { public void onClick(AjaxRequestTarget target) { modal1.show(target); } }); /* * Second modal window
110111112113114115116117118119120
add(new AjaxLink("showModal2") { public void onClick(AjaxRequestTarget target) { modal2.show(target); } }); } /**
9596979899100101102103104105
add(new AjaxLink("open") { public void onClick(AjaxRequestTarget target) { modal.show(target); } }); } }
96979899100101102103104105106
add(new AjaxLink("open") { @Override public void onClick(AjaxRequestTarget target) { modal.show(target); } }); } }