I'm trying to use wicket signinpanel . When and choose remember me checkbox and 
use email address in username  (eg....@ttt.com , next time when i come it it 
just remembers abc as user name instead of a...@ttt.com). It seems when storing 
and retreving value from cookies we need to encode and decode the value . It 
doesn't look like wicket is doing this by default which is why this is 
happening. Does any one know what is the solution for this. 

<html>
<head>
    <title>Sign In</title>
    <link rel="stylesheet" type="text/css" href="style.css"/>
    <style>
        body { background-image: none; }
    </style>
</head>
<body>
    <h2>Sign In</h2>

    <span wicket:id="signInPanel"/>
</body>
</html>

thank you
                                          

Reply via email to