I did remove the warning and it's fine, thanks a lot :)

ZedroS
On 3/21/07, Johan Compagner <[EMAIL PROTECTED]> wrote:
> they always just map if its updated yes nothing more.
> But this is not the problem of the original question, because he still will
> see this warning in his code
> For this you need to disable the warning in the eclipse compiler.
>
> johan
>
>
>
>
> On 3/15/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> > I think some containers complain in certain cases if you don't have
> > them. Johan, what was the problem with not having those UIDs again?
> >
> > Eelco
> >
> > > Serial version UID exists to prevent problems deserializing persistent
> > > serialized data, and since serialization is not being used for long-term
> > > persistent storage in Wicket (unless you have some unusual project
> going,
> > > sessions should not be persistent across class changes), I cannot see
> > > a need to generate serialversionuids for Wicket components.  I
> personally
> > > just supress the warning.
> > >
> > >
> > > ZedroS Schwart wrote:
> > > >
> > > > * serialVersionUID and anonymous inner classes
> > > >
> > > > Quite often in my code, I've got some warning due to non define
> > > > serialVersionUID.
> > > >
> > > > I usually tell Eclipse to generate them for me.
> > > >
> > > > However, for the anonymous inner classes, which are quite commun, I'm
> > > > not sure it's ok. Is it ?
> > > >
> > > > Furthermore, I'm wondering which risk I would take by using the
> > > > @SuppressWarnings("serial") annotation. Do you have a clue ?
> > > >
> > >
> > > --
> > > View this message in context:
> http://www.nabble.com/Wicket%27s-questions-tf3396173.html#a9484189
> > > Sent from the Wicket - User mailing list archive at Nabble.com.
> > >
> > >
> > >
> -------------------------------------------------------------------------
> > > 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
> >
>
>
> -------------------------------------------------------------------------
> 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