Re: Tools for Managing a Wicket Project

2009-04-29 Thread Conrad Hesse
Hi Dane, At my previous job, we used CVS for managing code contribution and Ant for deployment. Is that still a good solution, or should I be looking at other tools? Also, how do you coordinate the designer's work with the programmers' work? Although I would choose SVN you probably won't

Feedback message on AJAX submit setResponsePage()

2009-02-26 Thread Conrad Hesse
Hi, I have the following use case: A form contains an AJAX submit button. The onSubmit() looks like this: public void onSubmit(AjaxRequestTarget target, Form? inviteForm) { if (..some case...) { info(This does not show up); setResponsePage(getPage()); } else {