Re: Strange behaviour using ComponentFeedbackPanel

2009-07-07 Thread James Carman
No problem at all. Glad we got it sorted out finally. Happy Wicketeering! On Tue, Jul 7, 2009 at 12:39 PM, fbonsignori wrote: > > I'm sorry ... I had just put the wrong component in the > ComponentFeedbackPanel constructor! > > Thnx a lot for your help. > > > James Carman-3 wrote: >> >> I'm sayi

Re: Strange behaviour using ComponentFeedbackPanel

2009-07-07 Thread fbonsignori
I'm sorry ... I had just put the wrong component in the ComponentFeedbackPanel constructor! Thnx a lot for your help. James Carman-3 wrote: > > I'm saying that you are not rendering all feedback messages, because > you're using a ComponentFeedbackPanel (which only shows the feedback > messages

Re: Strange behaviour using ComponentFeedbackPanel

2009-07-07 Thread James Carman
On Tue, Jul 7, 2009 at 11:55 AM, fbonsignori wrote: > > So you are suggesting me that the warning message > > "Component-targetted feedback message was left unrendered. This could be > because you are missing a FeedbackPanel on the page.  Message: > [FeedbackMessage message = "Not yet implemented!"

Re: Strange behaviour using ComponentFeedbackPanel

2009-07-07 Thread fbonsignori
So you are suggesting me that the warning message "Component-targetted feedback message was left unrendered. This could be because you are missing a FeedbackPanel on the page. Message: [FeedbackMessage message = "Not yet implemented!", reporter = datasourcebutton, level = ERROR]" it's caused b

Re: Strange behaviour using ComponentFeedbackPanel

2009-07-07 Thread James Carman
Because the ComponentFeedbackPanel only shows messages for a specific component. A FeedbackPanel shows *all* feedback messages. On Tue, Jul 7, 2009 at 11:21 AM, fbonsignori wrote: > > Yes ... and this is pretty clear for me. The open point is another: why using > a ComponentFeedbackPanel the mess

Re: Strange behaviour using ComponentFeedbackPanel

2009-07-07 Thread fbonsignori
Yes ... and this is pretty clear for me. The open point is another: why using a ComponentFeedbackPanel the message is not shown with warning and instead using a FeedbackPanel the behaviour is as expected? It seems that using ComponentFeedbackPanel the html code required to show the feedback messag

Re: Strange behaviour using ComponentFeedbackPanel

2009-07-07 Thread James Carman
Right, basically Wicket is letting you know that you're ignoring an error message by not rendering it, meaning you may be losing out on valuable user feedback. On Tue, Jul 7, 2009 at 11:10 AM, fbonsignori wrote: > > Same behaviour. > > > James Carman-3 wrote: >> >> What happens if you don't set th

Re: Strange behaviour using ComponentFeedbackPanel

2009-07-07 Thread fbonsignori
Same behaviour. James Carman-3 wrote: > > What happens if you don't set the max messages? > -- View this message in context: http://www.nabble.com/Strange-behaviour-using-ComponentFeedbackPanel-tp24371713p24375174.html Sent from the Wicket - User mailing list archive at Nabble.com. --

Re: Strange behaviour using ComponentFeedbackPanel

2009-07-07 Thread James Carman
What happens if you don't set the max messages? On Tue, Jul 7, 2009 at 11:01 AM, fbonsignori < filippo.bonsign...@logobject.ch> wrote: > > I set the max number of mess to 1 and if I use a FeedbackPanel I can read > the > error message, otherwise by using a ComponentFeedbackPanel the error > messa

Re: Strange behaviour using ComponentFeedbackPanel

2009-07-07 Thread fbonsignori
I set the max number of mess to 1 and if I use a FeedbackPanel I can read the error message, otherwise by using a ComponentFeedbackPanel the error message is not shown and the reported warning is logged. James Carman-3 wrote: > > Yes, the response page. If you put a regular FeedbackPanel on th

Re: Strange behaviour using ComponentFeedbackPanel

2009-07-07 Thread James Carman
Yes, the response page. If you put a regular FeedbackPanel on the page, how many messages does it show? On Tue, Jul 7, 2009 at 9:22 AM, fbonsignori wrote: > > > James Carman-3 wrote: > > > > Perhaps there is a different error on the page? > > > > Are you meaning about page rendering or what els

Re: Strange behaviour using ComponentFeedbackPanel

2009-07-07 Thread fbonsignori
James Carman-3 wrote: > > Perhaps there is a different error on the page? > Are you meaning about page rendering or what else? -- View this message in context: http://www.nabble.com/Strange-behaviour-using-ComponentFeedbackPanel-tp24371713p24373248.html Sent from the Wicket - User mailing li

Re: Strange behaviour using ComponentFeedbackPanel

2009-07-07 Thread James Carman
Perhaps there is a different error on the page? On Tue, Jul 7, 2009 at 7:37 AM, Filippo Bonsignori < filippo.bonsign...@logobject.ch> wrote: > Hi all, > I'm developing on Wicket 1.4-rc4 and I'm obtaining a strange behaviour > using the ComponentFeedbackPanel: the message is not shown in the > bro