I have a Panel that is a copy of the
org.apache.wicket.authentication.panel.SignInPanel class
from wicket-auth-roles-1.4.7.jar. The onSubmit code is the same:
@Override
public final void onSubmit()
{
if (signIn(getUsername(), getPassword()))
{
onSignInSucceeded();
}
else
{
onSignInFailed();
}
}
--
View this message in context:
http://old.nabble.com/URL-pattern--app-*-does-not-work-for-Wicket-1.4.6-and-WebSphere-6.1-tp27794134p27797456.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]