Hey, you saved my life Jan !
I always thought it was my problem wicket throwing exception's there. Now I
see it's Johan ! :-)
On 12/13/06, jan_bar <[EMAIL PROTECTED]> wrote:
Hi,
in my opinion, the logic with isAssignableFrom should be the opposite one
(wicket 1.2.3):
Object convert(..) {
...
// buggy, should be the opposite
//else if (value != null && (!value.getClass().isAssignableFrom(c)))
else if (value != null && (!c.isAssignableFrom(value.getClass())))
...
}
Where I can fill bug report?
Jan
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user