You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Juergen Donnerstag (JIRA)" <ji...@apache.org> on 2009/11/22 19:07:39 UTC

[jira] Resolved: (WICKET-2583) Warnings flood if incorrect credentials endered on SignInPage

     [ https://issues.apache.org/jira/browse/WICKET-2583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag resolved WICKET-2583.
----------------------------------------

    Resolution: Invalid
      Assignee: Juergen Donnerstag

This has nothing to do with wrong credentials. As the error message says, Wicket is not able to guess the model type. You simply need to tell Wicket via myTextComponent.setModelType() the model type. That's all.


> Warnings flood if incorrect credentials endered on SignInPage
> -------------------------------------------------------------
>
>                 Key: WICKET-2583
>                 URL: https://issues.apache.org/jira/browse/WICKET-2583
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-auth-roles
>    Affects Versions: 1.4.3
>            Reporter: Marat Radchenko
>            Assignee: Juergen Donnerstag
>
> WARNING: Couldn't resolve model type of Model:classname=[org.apache.wicket.model.PropertyModel]:nestedModel=[username = "admin"]:expression=[username] for [MarkupContainer [Component id = username]], please set the type yourself.
> 20.11.2009 0:04:11 org.apache.wicket.markup.html.form.AbstractTextComponent getModelType
> WARNING: Couldn't resolve model type of Model:classname=[org.apache.wicket.model.PropertyModel]:nestedModel=[username = "admin"]:expression=[password] for [MarkupContainer [Component id = password]], please set the type yourself.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.