Is there a possibility that this issue could be related to a
classloading issue that I'm having?
On Fri, 2007-09-07 at 07:21 +0900, David Leangen wrote:
> Johan,
>
> Anything I can do to help isolate the problem?
>
> I'm using trunk, btw...
>
>
> > not the case that David has..
> > If i write a test case for the ValueMap and i get and put username
> > in it everything works.
> > Ofcourse if i set the debug logging level then i get a debug
> > warning because we do log there when we couldn't find a
> > get or a is property method..
> I managed to find the class of the source of the problem, and it seems
> to be internal to Wicket.
>
> org.apache.wicket.authentication.panel.SignInPanel
>
> The form in this class (in wicket-auth-roles) uses this:
>
> /** El-cheapo model for form. */
> private final ValueMap properties = new ValueMap();
>
> And declares the property like this:
>
> add(username =
> new TextField("username", new PropertyModel(properties,
"username")));
>
>
> I'm guessing that the Exception is due to either some kind of change
in
> ValueMap, or a change in the property resolver...
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]