Re: [Wicket-user] Page getting redirected when accessing from mail reply

2007-07-09 Thread Arnout Engelen
David Leangen schreef: the url generated and included in the mail is this: http://localhost:8080/app//page?ct=35fa3b27724496d448075cdff5c8856 When I copy that address and paste it into my web browser, the page works as I expect it to. However, if I actually click on that link from my

Re: [Wicket-user] Page getting redirected when accessing from mail reply

2007-07-09 Thread Arnout Engelen
David Leangen schreef: http://localhost:8080/app//page?wicket:pageMapName=wicket-0ct=% 5BLjava.lang.String%3B%401e26e52 I looked into this a bit, and this is due to some confusion about whether the RequestParameters parameters should be a MapString, String or a MapString, String[]. Not

Re: [Wicket-user] [announce] Apache Wicket

2007-06-20 Thread Arnout Engelen
Martijn Dashorst wrote: We have Graduation! Apache Wicket is established as a top level project within the Apache Software Foundation. !!! Champagne !!! Many well-deserved congratulations to all of the wicket team! Arnout

Re: [Wicket-user] Force page refresh after Ajax request completes?

2007-05-09 Thread Arnout Engelen
Eelco Hillenius schreef: Is there a better way to do this? Yep. Just call setResponsePage(MyPage.this) or RequestCycle.get().setResponsePage or something similar. Only works in 1.3 I think. Wouldn't that open MyPage inside the ModalWindow, since the javascript for closing the

Re: [Wicket-user] Force page refresh after Ajax request completes?

2007-05-09 Thread Arnout Engelen
dukejansen schreef: My Ajax event handler needs to first close the current modal window and then refresh the entire page. Is there a better way to do this? I once worked around something like this by putting the redirect in the windowClosedCallback of the ModalWindow. That was sufficient

Re: [Wicket-user] AJAX validation

2007-03-11 Thread Arnout Engelen
Igor Vaynberg schreef: this bug has been fixed in 1.2.5. Cool! Any idea why it manifests itself only on 1 of our environments? what problems did you have in 1.2.5? most of them have been fixed and you can build the branch yourself until we release 1.2.6 For some reason at random times the

Re: [Wicket-user] AJAX validation

2007-03-10 Thread Arnout Engelen
Jean-Baptiste Quenot schreef: * Arnout Engelen: So far it seems either Apache2, mod_caucho or Resin (2.1.16) is eating the POST body parameters. Has anyone ever seen something like this? Any idea where to look? Is POST followed by a redirect? Yes, the response to the POST

[Wicket-user] AJAX validation

2007-03-08 Thread Arnout Engelen
Hello, We're running into a problem that is probably not in wicket itself, but perhaps someone here has also run into it. We have a form with a TextField which has a validator. When the user leaves the field, the validation is of the field is called though AJAX. On our development/testing

Re: [Wicket-user] Wicket Spring Annotations

2007-03-06 Thread Arnout Engelen
Igor Vaynberg wrote: the released wicket-spring-annot jar is bad, rebuild it from source or use the one from 1.2.4 http://bzzt.net/~arnouten/wicket-spring-annot-1.2.5.jar seems to work fine - I believe I got it from wicketframework.org at some point. Arnout

Re: [Wicket-user] Conversion Error For Boolean/Checkbox

2007-01-17 Thread Arnout Engelen
Ayodeji Aladejebi schreef: Please when I used the SignInForm RemeberMe property, anytime a user checks it, i keep getting this error Caused by: java.util.MissingResourceException: Unable to find resource: ConversionError for component: registerPanel:signInForm:rememberMeRow:rememberMe