Re: WhiteSpaces in PasswordTextField

2009-10-26 Thread vela

Hello again,

How to change the default value to false
 



-- 
View this message in context: 
http://www.nabble.com/WhiteSpaces-in-PasswordTextField-tp26047182p26056628.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: WhiteSpaces in PasswordTextField

2009-10-26 Thread Haulyn R. Jason
You can override it, I think so.


On Mon, Oct 26, 2009 at 5:33 PM, vela vela@gmail.com wrote:

 Hello again,

 How to change the default value to false




 --
 View this message in context: 
 http://www.nabble.com/WhiteSpaces-in-PasswordTextField-tp26047182p26056628.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





-- 
Many thanks!

Haulyn Microproduction

You can access me with the following ways:
Location: Shandong Jinan Shumagang 6H-8, 25
Mobile: +086-15864011231
email: saharab...@gmail.com, hmp.hau...@foxmail.com
website: http://haulynjason.net
gtalk: saharab...@gmail.com
skype: saharabear
QQ: 378606292
persional Twitter: http://twitter.com/saharabear
persional Linkedin: http://www.linkedin.com/in/haulyn
Haulyn Microproduction Twitter: http://twitter.com/haulynmp


Haulyn Jason

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: WhiteSpaces in PasswordTextField

2009-10-26 Thread TahitianGabriel

Yeah, it's a known issue that won't be fixed in 1.4 :
https://issues.apache.org/jira/browse/WICKET-2393

Regards,

Gabriel.


Haulyn Jason-2 wrote:
 
 You can override it, I think so.
 
 
 On Mon, Oct 26, 2009 at 5:33 PM, vela vela@gmail.com wrote:

 Hello again,

 How to change the default value to false




 --
 View this message in context:
 http://www.nabble.com/WhiteSpaces-in-PasswordTextField-tp26047182p26056628.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org


 
 
 
 -- 
 Many thanks!
 
 Haulyn Microproduction
 
 You can access me with the following ways:
 Location: Shandong Jinan Shumagang 6H-8, 25
 Mobile: +086-15864011231
 email: saharab...@gmail.com, hmp.hau...@foxmail.com
 website: http://haulynjason.net
 gtalk: saharab...@gmail.com
 skype: saharabear
 QQ: 378606292
 persional Twitter: http://twitter.com/saharabear
 persional Linkedin: http://www.linkedin.com/in/haulyn
 Haulyn Microproduction Twitter: http://twitter.com/haulynmp
 
 
 Haulyn Jason
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 

-- 
View this message in context: 
http://www.nabble.com/WhiteSpaces-in-PasswordTextField-tp26047182p26064685.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



WhiteSpaces in PasswordTextField

2009-10-25 Thread sakthi vel
Hello,

When I enter some blank spaces before or after the original password in the
password text field, i am receiving only the characters and the not the
blank spaces which are actually entered before or after the password. It
seems that the blank spaces before or after the original password gets
trimmed.


How do we get the blank spaces which are entered before or after the
original password?
If not, could you explain the factors.


Re: WhiteSpaces in PasswordTextField

2009-10-25 Thread Leo Erlandsson

protected boolean shouldTrimInput()

Determines whether or not this component should trim its input prior to
processing it. The default value is true  

Returns: True if the input should be trimmed.

seems like a good candidate.
-- 
View this message in context: 
http://www.nabble.com/WhiteSpaces-in-PasswordTextField-tp26047182p26047468.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org