Hi Scott I realized that you cant compare to UUID with '==' in Java. You need to compare the as if(UUID1.equals(UUID2)). I been working to much in csharp, where you compare two Guid as this: if(Guid1==Guid2) Just a stupid mistake Jens
Scott Swank wrote: > > Sorry to jump in at the last minute, but what does "you need equals on > UUID in Java" mean? > > - Scott > > > On Fri, May 30, 2008 at 5:47 AM, jensiator <[EMAIL PROTECTED]> > wrote: >> >> Oooookey. Found a bug in my code forget everything. Wicket components is >> working fine, no problem in constructors. Use to CSharp and forgot that >> you >> need equals on UUID in Java. I've spent two days on this. Silly me >> blaming >> wicket!!!! >> Jens >> -- >> View this message in context: >> http://www.nabble.com/Sortable-Paging-DataView-inside-a-tabpanel-and-backbutton-tp17534314p17558104.html >> Sent from the Wicket - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Sortable-Paging-DataView-inside-a-tabpanel-and-backbutton-tp17534314p17618120.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
