there is already IFeedback interface that tags all components like
feedbackpanel.

-igor

On Tue, Jul 20, 2010 at 5:52 AM, James Carman
<ja...@carmanconsulting.com> wrote:
> I've struggled with this myself in the context of AJAX events that are
> handled completely by subpanels.  I want only one feedback panel on
> the page, but the subpanels need to be able to add them to their
> AjaxRequestTarget.  Perhaps you could override the default ajax
> request cycle handling in some way that looks at the page for an
> interface (FeedbackContainer) or something.  If there are any
> messages, then it adds the feedback panel to the target automatically?
>
> On Tue, Jul 20, 2010 at 8:44 AM, Martin Makundi
> <martin.maku...@koodaripalvelut.com> wrote:
>> Hi!
>>
>> I don't like passing feedbackpanel to subpanels and I don't like the
>> idea using visitors/component-search for looking it up in page
>> hierarchy because of its potential volatility...
>>
>> Has some of you pals come up with a nice way of injecting
>> feedbackpanel references to children or something? Or even better some
>> direct refrence? Should I only allow one (particular) feedbackpanel
>> per session and re-use it from session?
>>
>> **
>> Martin
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to