Re: [Wicket-user] Bug: Message from EmailAddressPatternValidator not displayed correctly

2006-04-26 Thread Rüdiger Schulz
Hello Eelco since I couldn't find a bug report in sourceforge regarding this, I registered there and filed it myself. http://sourceforge.net/tracker/index.php?func=detailaid=1476824group_id=119783atid=684975 I hope we don't have a duplicate there now ;) -- greetings from Berlin, Rüdiger

Re: [Wicket-user] Bug: Message from EmailAddressPatternValidator not displayed correctly

2006-04-20 Thread Ingram Chen
Is this being fixed ? This is still incorrect in rc2.On 4/20/06, Rüdiger Schulz [EMAIL PROTECTED] wrote: Juergen Donnerstag wrote on 19.04.2006 at 18:05: Where does the a come from? this is what I entered in the textfield.--greetings from Berlin,Rüdiger Schulz Juergen On 4/19/06, Rüdiger

Re: [Wicket-user] Bug: Message from EmailAddressPatternValidator not displayed correctly

2006-04-20 Thread Rüdiger Schulz
Still incorrect in rc2... Ingram Chen wrote on 20.04.2006 at 15:50: Is this being fixed ? This is still incorrect in rc2. On 4/20/06, Rüdiger Schulz [EMAIL PROTECTED] wrote: Juergen Donnerstag wrote on 19.04.2006 at 18:05: Where does the a come from? this is what I entered in the

Re: [Wicket-user] Bug: Message from EmailAddressPatternValidator not displayed correctly

2006-04-20 Thread Eelco Hillenius
It's always a good idea to file bug reports on the sourceforge site, so that we don't forget about them, and everyone else can track whether they are fixed or not. Sourceforge seems to be down now, but I'll add a report later. Eelco On 4/20/06, Rüdiger Schulz [EMAIL PROTECTED] wrote: Still

[Wicket-user] Bug: Message from EmailAddressPatternValidator not displayed correctly

2006-04-19 Thread Rüdiger Schulz
Hello list, in a form I have a TextField for an email, simply like this: final TextField email = new TextField(email); email.add(EmailAddressPatternValidator.getInstance()); add(email); In the properties for the enclosing page, I defined a message for invalid emails:

Re: [Wicket-user] Bug: Message from EmailAddressPatternValidator not displayed correctly

2006-04-19 Thread Juergen Donnerstag
Where does the a come from? Juergen On 4/19/06, Rüdiger Schulz [EMAIL PROTECTED] wrote: Hello list, in a form I have a TextField for an email, simply like this: final TextField email = new TextField(email); email.add(EmailAddressPatternValidator.getInstance()); add(email); In the

Re: [Wicket-user] Bug: Message from EmailAddressPatternValidator not displayed correctly

2006-04-19 Thread Igor Vaynberg
i think that is the component id. we fallback to it if label is not set i believe.-IgorOn 4/19/06, Juergen Donnerstag [EMAIL PROTECTED] wrote:Where does the a come from? JuergenOn 4/19/06, Rüdiger Schulz [EMAIL PROTECTED] wrote: Hello list, in a form I have a TextField for an email, simply like