passing information to the modal window class

2011-09-02 Thread Anna Simbirtsev
Hi, I have a modal window defined like in the following example: *public class *Modal *extends *WebPage { *public *Modal() { *final *ModalWindow modal1; add(modal1 = *new *ModalWindow("modal1")); modal1.setPageMapName("modal-1"); modal1.setCookieName("modal-1"); modal1.setPageCreator

Re: passing information to the modal window class

2011-09-05 Thread Martin Grigorov
I see many * characters in your code, but there is no question. On Fri, Sep 2, 2011 at 6:05 PM, Anna Simbirtsev wrote: > Hi, I have a modal window defined like in the following example: > > *public class *Modal *extends *WebPage > { >  *public *Modal() >  { >  *final *ModalWindow modal1; >  add(m