Re: [Wicket-user] Wicket and Error messages

2007-03-24 Thread Ryan Holmes
Read this: http://cwiki.apache.org/WICKET/form-validation-messages.html and the AbstractFormValidator javadoc to get a good overview of custom validation messages. And think about using form-level validators for multi-field validation... -Ryan On Mar 22, 2007, at 7:07 AM, [EMAIL PROTECTED]

Re: [Wicket-user] Wicket and Error messages

2007-03-22 Thread Shams Mahmood
I think you can have a look at equal input validator which use two text-fields. Using that code a san example you should be able to generate the type of Validator you need that will generate only one message. Hope it helps. Shams Hello Guys, We have the following problem: based on client req

Re: [Wicket-user] Wicket and Error messages

2007-03-22 Thread Gennadiy . Vasilevskiy
Thanks Guys for your help. Gennadiy "Peter Thomas" <[EMAIL PROTECTED] com>

Re: [Wicket-user] Wicket and Error messages

2007-03-22 Thread Peter Thomas
Regarding filtering of messages, I had asked this earlier which Igor answered. http://www.nabble.com/-Wicket-user--Removing-messages-from-FeedBackPanel-tf3058081.html#a8502575 So I created a filter like this: public class MyFeedbackMessageFilter implements IFeedbackMessageFilter { private

Re: [Wicket-user] Wicket and Error messages

2007-03-22 Thread Martijn Dashorst
On 3/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > The other question is how do we make the error messages dynamic.. For > example I have 2 address components on the page and both of the components > have address 1 and address 2 fields. Still one address shows the address of > the person, w