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]
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
Thanks Guys for your help.
Gennadiy
"Peter Thomas"
<[EMAIL PROTECTED]
com>
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
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