As Igor said, these is the feedback levels - See
http://www.wicket-library.com/wicket-examples/forminput for examples
of them in use when you submit valid & invalid data.

/Gwyn

On 26/03/06, David Leangen <[EMAIL PROTECTED]> wrote:
>
> I generally use commons logging.
>
> I understand that some of the logging levels are not used so much, but you
> don't think that just sticking with a known interface (used in many other
> projects) is a good thing? Some people may prefer to use a third party
> logging service, no?
>
> Maybe I'm missing something from the early discussions...
>
>
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of
> > Eelco Hillenius
> > Sent: 26 March 2006 09:36
> > To: wicket-user@lists.sourceforge.net
> > Subject: [Wicket-user] users: your opinions please! (was:
> > feedback messages)
> >
> >
> > Hey Wicket users, please tell us whether or not you are using those
> > different levels. We are about to remove them for a next version, so
> > *if* you feel attached to them, you should shout out now before it is
> > too late.
> >
> > Eelco
> >
> >
> > On 3/25/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote:
> > > You are right about the fatal and debug messages. And somehow I'd rather
> > > rename the info/error/warn messages to something else, as they
> > confuse the
> > > hell out of me with commons-logging.
> > >
> > > Martijn
> > >
> > >
> > >  On 3/25/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> > > >
> > > > ok i can see warn being useful, but what about fatal and
> > debug? isnt that
> > > what the log is for? we have 5 methods
> > info/warn/error/debug/fatal, now i
> > > also have to add all five of these to the Session. i think this is a bit
> > > much but i guess i have no choice? i think for now i will add
> > > info/warn/error only.
> > > >
> > > >
> > > > -Igor
> > > >
> > > >
> > > >
> > > >
> > > > On 3/25/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > We are using them I think. I hate to see them removed.
> > > > >
> > > > > info("Person has been saved");
> > > > >
> > > > > warn("Make sure you check the balance before ...");
> > > > >
> > > > > error("Can't find a identifying number for this person");
> > > > >
> > > > > Martijn
> > > > >
> > > > >
> > > > >
> > > > > On 3/24/06, Eelco Hillenius < [EMAIL PROTECTED]> wrote:
> > > > > > Or, in other words, who think all the other levels of
> > feedbackmessages
> > > > > > should go as they are useless/ result in API bloat? :)
> > > > > >
> > > > > > Eelco
> > > > > >
> > > > > > On 3/23/06, Igor Vaynberg < [EMAIL PROTECTED] > wrote:
> > > > > > > just out of curioisity, is anyone out there using
> > feedback methods
> > > other
> > > > > > > then info/error ?
> > > > > > >
> > > > > > > -Igor


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to