Panel.replaceWith() in a DataView

2010-02-10 Thread riccardo trombini
hi i am writting a software for an article management. a user can post and edit articles. to do that i show all the users articles in a /*DataView*/. This lists every item in a TableRow. ButtonPanel buttonPanel = new ButtonPanel("buttonPanel"); // extends Panel Of course the user needs to del

Authorization with Wicket

2010-01-29 Thread Riccardo Trombini
Hi I wrote an AuthorizationManager which checks if a user is authorized to access a given resource. An an example, I have an "EditPage" to edit articles. Only users with the write privilege should be able to access this page. I call therefor the AuthorizationManager.authorize(); Method to check th

RE: Validation errors

2010-01-21 Thread Riccardo Trombini
----- From: Riccardo Trombini [mailto:riccardo.tromb...@csnc.ch] Sent: Thursday, January 21, 2010 5:09 PM To: users@wicket.apache.org Subject: Validation errors Hi I have problems with FormValidation. Everything works perfect till Wicket has to promt the Errormessages. Something with the localiz

Validation errors

2010-01-21 Thread Riccardo Trombini
Hi I have problems with FormValidation. Everything works perfect till Wicket has to promt the Errormessages. Something with the localization went wrong, instead of the message I receive : "[ValidationError message=[null], keys=[error.SolrConnectionFault], variables=[null]]" I use a Feedbac

CheckBoxMultipleChoice used in a Wizard Panel

2010-01-19 Thread Riccardo Trombini
Hi ! I am having problems with a CheckBoxMultipleChoice which I use in a DynamicWizardStep. I am not able to access the list with the checked boxes. I try to access on the list by adding an AbstractFormValidator and overwriting the method validate. public final class DetailWriteArticleStep exten