Thanks,
Eyal Golan

But adding header contibution does not work. I have following css and code.
****CSS********
span .interVeil{
background-color:fuchsia;
color:lime;

******CODE*******
public void onClick(AjaxRequestTarget target) {
                 application = (Application) getParent().getModelObject();
                 modal1.setTitle("Edit Application");
                 modal1.setInitialHeight(365);
                 modal1.setInitialWidth(830);
                 modal1.show(target);
                 add(HeaderContributor.forCss("common.css"));
                 modal1.setCssClassName("interVeil");
                }  

Your further suggestion will be greatly appreciated.
-- 
View this message in context: 
http://www.nabble.com/Changing-appearance-of-ModalWindow--tp20880252p20889846.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