http://issues.apache.org/jira/browse/WICKET-161

Thanks,

Eelco


On 12/12/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> I think you're right. You can file issues at
> http://issues.apache.org/jira/browse/WICKET please.
>
> Thanks!
>
> Eelco
>
>
> On 12/12/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
> > Wicket-user@lists.sourceforge.net
> > 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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to