Re: [WicketStuff] Progress bar, tasks and feedback messages

2009-02-10 Thread Piller Sébastien
I found a way, if anybody needs it: ... final ProgressBar bar = new ProgressBar(progress2, progressionModel) { @Override protected void onFinished(AjaxRequestTarget target) { ITaskService taskService = getTaskService(); Long taskId =

[WicketStuff] Progress bar, tasks and feedback messages

2009-02-09 Thread Piller Sébastien
Hello, I'm using wicketstuff-progressbar and it works very well (great job Christopher!). I was wondering how I can add feedbacks messages to the process (I need to display some warning informations when some work has been done but not completely). I tried both /Task#warn/ and