If you look at my code (previous email) you will notice that I am using a BoundCompoundPropertyModel and binding the InternetAddress type to the email component. In other words, this should already be working.


Gili

Jonathan Locke wrote:

not quite a bug because it was designed this way, but if you were expecting converters to work magically, with compoundpropertymodels, this is a design misfeature.


the easy workaround is to use the bound compound model, which lets you specify propertyType

best,

   jon

Eelco Hillenius wrote:

Not sure yet if it is your bug as well, but at least we're on to something.

Eelco

Gili wrote:


Good catch! I'll wait on the bugfix, hopefully it'll solve the problem.


Gili

Eelco Hillenius wrote:

Yeah, found a problem when I stepped all the way through...

In CompoundPropertyModel:

   protected Class propertyType(final Component component)
   {
       return null;
   }

This can't be right...

Unfortunately, I'm out of time here. But I'll file a bug, and check in my examples code.

To be continued...

Eelco






-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user




-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user





-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to