Re: [Wicket-user] modal window image resources

2007-07-24 Thread Matej Knopp
There is more of it in the archives, this one might be most relevant http://www.nabble.com/Magic-to-replace-ModalWindow-images-tf3811156.html#a10788038 -Matej On 7/24/07, NateBot2000 <[EMAIL PROTECTED]> wrote: > > > NateBot20002 wrote: > > > > Can you explain how the image resources in the Modal

Re: [Wicket-user] modal window image resources

2007-07-24 Thread NateBot2000
NateBot20002 wrote: > > Can you explain how the image resources in the ModalWindow package work? > Here is an answer to this question: http://www.thinksharp.org/?cat=16 http://www.thinksharp.org/?cat=16 NateBot2000 -- View this message in context: http://www.nabble.com/modal-window-image-

Re: [Wicket-user] Modal Window and "Page Expired" - SOLVED

2007-07-20 Thread Matej Knopp
gt; > > > > > > > _____ > > > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Laurent > > Brucher > > Sent: vendredi 13 juillet 2007 22:42 > > To: wicket-user@lists.sourceforge.net > > Subject: [Wicket-user] Modal

Re: [Wicket-user] Modal Window and "Page Expired" - SOLVED

2007-07-20 Thread Igor Vaynberg
oing on. -igor Many thanks for the helps here and there though. > Laurent. > > > > _ > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Laurent > Brucher > Sent: vendredi 13 juillet 2007 22:42 > To: wicket-user@lists.sourceforge.net >

Re: [Wicket-user] Modal Window and "Page Expired" - SOLVED

2007-07-19 Thread Laurent Brucher
net Subject: [Wicket-user] Modal Window and "Page Expired". Hi all, There was a post last December about the same problem that I'm facing right now, which is getting a page expired error page after I close a modal window. The post was called "Firefox and ModalWindow" and see

Re: [Wicket-user] Modal Window and "Page Expired".

2007-07-19 Thread Laurent Brucher
inal Message- From: Matej Knopp [mailto:[EMAIL PROTECTED] Sent: jeudi 19 juillet 2007 10:36 To: [EMAIL PROTECTED]; wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Modal Window and "Page Expired". Five modal windows? At the same time? It might be that you are running

Re: [Wicket-user] Modal Window and "Page Expired".

2007-07-19 Thread Matej Knopp
ot sure where the problem lies: second request because of the > or incorrectly evicting the page. > > Maybe there is something funky in my own code but I don't see what. Or maybe > there is an issue here. > Any input would be helpful at this point. > > Thanks! > Lauren

Re: [Wicket-user] Modal Window and "Page Expired".

2007-07-18 Thread Laurent Brucher
e is an issue here. Any input would be helpful at this point. Thanks! Laurent. _ From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: mercredi 18 juillet 2007 8:50 To: [EMAIL PROTECTED]; wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Modal Window and "Page Exp

Re: [Wicket-user] Modal Window and "Page Expired".

2007-07-18 Thread 王磊
it. > - Original Message - > From: "Igor Vaynberg" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; > Sent: Wednesday, July 18, 2007 2:49 PM > Subject: Re: [Wicket-user] Modal Window and "Page Expired". > > >> On 7/13/07,

Re: [Wicket-user] Modal Window and "Page Expired".

2007-07-17 Thread Igor Vaynberg
On 7/13/07, Laurent Brucher <[EMAIL PROTECTED]> wrote: > > Hi all, > > There was a post last December about the same problem that I'm facing > right now, which is getting a page expired error page after I close a modal > window. > The post was called "Firefox and ModalWindow" and seemed to talk ab

[Wicket-user] Modal Window and "Page Expired".

2007-07-13 Thread Laurent Brucher
Hi all, There was a post last December about the same problem that I'm facing right now, which is getting a page expired error page after I close a modal window. The post was called "Firefox and ModalWindow" and seemed to talk about the issue for FF only. I've encountered the problem first with F

Re: [Wicket-user] modal window image resources

2007-07-02 Thread Martijn Dashorst
Use the search! http://www.nabble.com/forum/Search.jtp?query=how+to+customize+modalwindow+images+css&local=y&forum=13974 Martijn -- Wicket joins the Apache Software Foundation as Apache Wicket Apache Wicket 1.3.0-beta2 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-be

[Wicket-user] modal window image resources

2007-07-02 Thread Nathan Beach
Matej (or someone else who knows): Can you explain how the image resources in the ModalWindow package work? If I open the res/*.png files in an image viewer, it seems that all the parts are in one file (rounded corners, x buttons, etc). I can't seem to figure out from the CSS and JS what is

Re: [Wicket-user] Modal window warning message

2007-05-17 Thread Matej Knopp
You should use AjaxSubmitButton and submit the form using Ajax. -Matej On 5/17/07, Nikhil Gahlot <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using Modal Window with a form. But whenever I click Submit button > on this window to submit a form > I am getting an alert message "Are you sure y

[Wicket-user] Modal window warning message

2007-05-17 Thread Nikhil Gahlot
Hi, I am using Modal Window with a form. But whenever I click Submit button on this window to submit a form I am getting an alert message "Are you sure you want to navigate away from this page? Reloading this page will cause the modal window disappear. Press OK to continue, or Cancel to s

Re: [Wicket-user] Modal Window Bug (important)

2007-01-30 Thread Matej Knopp
You don't need to remove the line. The bug is very difficult to reproduce, I can't even describe how to trigger it. The default behavior in newer version will be setCookieName(null), so the window position will not be persisted. Unless you manually call setCookieName(); -Matej Carfield Yim wr

Re: [Wicket-user] Modal Window Bug (important)

2007-01-29 Thread Carfield Yim
Where can I get more information about this bug? I use ModalWindow for a few place and this look fine to me, how can I trigger this bug? By the way, should I remove this line once I update wicket library? On 1/30/07, Matej Knopp <[EMAIL PROTECTED]> wrote: > Hi, > > It seems that quite a lot of pe

Re: [Wicket-user] Modal Window Bug (important)

2007-01-29 Thread Igor Vaynberg
was this in jira? fixed in 1.2.x? if its not could you enter it so it shows up on 1.2.5 release notes... thanks, -igor On 1/29/07, Matej Knopp <[EMAIL PROTECTED]> wrote: Hi, It seems that quite a lot of people are using ModalWindow lately. I just want to inform you that there is a bug in mod

[Wicket-user] Modal Window Bug (important)

2007-01-29 Thread Matej Knopp
Hi, It seems that quite a lot of people are using ModalWindow lately. I just want to inform you that there is a bug in modal window that can cause it to eat all your browser's cookies. The bug is fixed in svn, but not in the last release (1.2.4). Fortunately, preventing this bug is fairly easy

Re: [Wicket-user] modal window is closed when form inside content panel is submitted

2007-01-10 Thread Nili Adoram
Indeed there was an error since I put an tag for the AjaxSubmitLink inside the markup instead of tag. I fixed the markup and now the form is submitted, the modal window is closed and the window closed callback is invoked. Thank you, Nili Matej Knopp wrote: > Can you please check your log? P

Re: [Wicket-user] modal window is closed when form inside content panel is submitted

2007-01-10 Thread Matej Knopp
Can you please check your log? Probably there will be an exception. Can you post the stacktrace? -Matej Nili Adoram wrote: > I tried replacing the original SubmitLink in the form with an > AjaxSubmitLink: > > public class AdvancedSearchForm extends Form { > > private static final String i

Re: [Wicket-user] modal window is closed when form inside content panel is submitted

2007-01-09 Thread Nili Adoram
I tried replacing the original SubmitLink in the form with an AjaxSubmitLink: public class AdvancedSearchForm extends Form { private static final String id = "advanedSearchFrom"; public AdvancedSearchForm(IModel model) { super(id, model); add(new TextField("name")

Re: [Wicket-user] modal window is closed when form inside content panel is submitted

2007-01-09 Thread Matej Knopp
You have to use AjaxSubmitLink and call Window.close(target) inside the onSubmit(AjaxRequestTarget...) method. -Matej Nili Adoram wrote: > Hi all, > > I have a panel (named AdvancedSearchPanel) containing a Form with a > SubmitLink. > > I open this panel inside a modal dialog: > > fi

Re: [Wicket-user] modal window is closed when form inside content panel is submitted

2007-01-09 Thread Carfield Yim
I just get the problem, solved by using ajax form button, you can see how I solve it at http://www.nabble.com/Submit-a-form-at-ModalWindow-cause-the-ModalWindow-close.-tf2912895.html#a8139020 On 1/9/07, Nili Adoram <[EMAIL PROTECTED]> wrote: > Hi all, > > I have a panel (named AdvancedSearchPanel

[Wicket-user] modal window is closed when form inside content panel is submitted

2007-01-09 Thread Nili Adoram
Hi all, I have a panel (named AdvancedSearchPanel) containing a Form with a SubmitLink. I open this panel inside a modal dialog: final ModalWindow modal; add(modal = new ModalWindow("modalAdvancedSearch")); final AdvancedSearchPanel searchPanel = new AdvancedSearchPane

Re: [Wicket-user] modal window with form

2007-01-08 Thread Igor Vaynberg
you would put all this into a base page, and your markup inheritance to template it for the rest of the pages. -igor On 1/8/07, Nili Adoram <[EMAIL PROTECTED]> wrote: Hi all, I want to implement the following: All application pages should contain some "Search" button. When the user clicks thi

[Wicket-user] modal window with form

2007-01-08 Thread Nili Adoram
Hi all, I want to implement the following: All application pages should contain some "Search" button. When the user clicks this button, a modal dialog with "Search Form" will be displayed. Once the user submits the form the modal dialog should be closed and "Search Results Page" will be displayed

Re: [Wicket-user] Modal window with form

2006-10-26 Thread Marc-Andre Houle
Problem solved in the latest build.Thanks a lot.On 10/26/06, Marc-André Houle <[EMAIL PROTECTED]> wrote: Yeah, sorry to not have said it before, I use wicket 1.2.2.How long until 1.2.3?  If it is a matter of days, I'll wait to integrate with our application.  If long, I'll check the svn versionwith

Re: [Wicket-user] Modal window with form

2006-10-26 Thread Marc-André Houle
Yeah, sorry to not have said it before, I use wicket 1.2.2. How long until 1.2.3? If it is a matter of days, I'll wait to integrate with our application. If long, I'll check the svn version with the example I submitted here. Marc Le 06-10-26 à 03:13, Matej Knopp a écrit : > > Can you please

Re: [Wicket-user] Modal window with form

2006-10-26 Thread Matej Knopp
Can you please use the latest SVN version (or wait until 1.2.3 is out) to see if any of those issues persist? -Matej Marc-Andre Houle wrote: > I got problems with a form in a Modal Window. > In IE, it is not possible to pass from one field to the other with the > key. > > Step to reproduce :

[Wicket-user] Modal window with form

2006-10-25 Thread Marc-Andre Houle
I got problems with a form in a Modal Window.In IE, it is not possible to pass from one field to the other with the key.Step to reproduce :  - get the quickstart package from the wicket site  - Replace source file with what is given in this mail - Build, deploy, open in IE, click to open the moda

[Wicket-user] modal window link from inside a repeater (ListView)

2006-10-05 Thread Scott Swank
Hello again.I am trying to open a modal window from within a repeater.  In the example application Library, my goal is equivalent to opening BookDetails in a ModalWindow instead of going to a separate page. All of the below works perfectly if I place the html anchor outside of the html table and if

Re: [Wicket-user] Modal Window

2006-09-15 Thread Matej Knopp
Okay, this is how it is in current svn. For 1.x, hashCode is used to generate id. For 2.0, getClassRelativePath() is used, as the place in component hierarchy is already known in constructor. hope it helps. -Matej samyem wrote: > Thanks. That was helpful, but it seems to be more difficult than

Re: [Wicket-user] Modal Window

2006-09-14 Thread Matej Knopp
I'll think about it. The behavior you have suggested might be the right default behavior. Would you please be so kind as to fill a feature request so that I won't forget about it? Thanks. -Matej samyem wrote: > Thanks. That was helpful, but it seems to be more difficult than it needs to > be. I

Re: [Wicket-user] Modal Window

2006-09-14 Thread samyem
Thanks. That was helpful, but it seems to be more difficult than it needs to be. I think the default behaviour should have been to use different cookie names per instance of the modal window, but apparently the same cookie name were used for all instances. I tried to use getClassRelativePath() for

Re: [Wicket-user] Modal Window

2006-09-14 Thread Matej Knopp
Modal window width and height is stored in a cookie. First time initial width and height is used, and after that the width and height from the cookie is used. What you need to do is set different cookie id for different modal windows. Or disable cookies at all (setCookieId(null)). -Matej samy

Re: [Wicket-user] Modal Window

2006-09-13 Thread Eelco Hillenius
And of course, if you have concrete code (patches), that will even increase the chance of the request being honored and quickly so. Eelco On 9/13/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > Hi Samyem, > > If you have concrete suggestions to improve components, it works best > to create feat

Re: [Wicket-user] Modal Window

2006-09-13 Thread Eelco Hillenius
Hi Samyem, If you have concrete suggestions to improve components, it works best to create feature requests for them at http://sourceforge.net/tracker/?group_id=119783&atid=684978. That way, they won't get lost in the email archives. Eelco On 9/13/06, samyem <[EMAIL PROTECTED]> wrote: > > If the

[Wicket-user] Modal Window

2006-09-13 Thread samyem
If the modal window is resizable, why is it ignoring the window size, and what should be done if I do need to supply a width and height? At the moment, I can set an initial width and height, but after I close the window and go to another page with another modal window, instead of using the initial