Re: Add page feedback to every AjaxRequestTarget

2012-08-20 Thread Alec Swan
>>>>>>> Thanks, >>>>>>> >>>>>>> Ale >>>>>>> >>>>>>> On Fri, Aug 17, 2012 at 4:22 PM, Alec Swan wrote: >>>>>>>> >>>>>>>> H

Re: Add page feedback to every AjaxRequestTarget

2012-08-20 Thread Martin Grigorov
t;> >>>>>>> Thank you for the link. I used your code to register an >>>>>>> ART.addListener(new AjaxFeedbackPanelUpdater()) when the page is >>>>>>> created, but it does not get called when the form is submitted and >>>>>&g

Re: Add page feedback to every AjaxRequestTarget

2012-08-20 Thread Alec Swan
ed your code to register an >>>>>> ART.addListener(new AjaxFeedbackPanelUpdater()) when the page is >>>>>> created, but it does not get called when the form is submitted and >>>>>> hence it never adds the FeedbackPanel to ART of form sub

Re: Add page feedback to every AjaxRequestTarget

2012-08-20 Thread Bertrand Guay-Paquet
ps://github.com/procrastinativedeveloper/ToolsClasses/blob/master/src/main/java/com/utils/wicket/ajax/AjaxFeedbackPanelUpdater.java -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Add-page-feedback-to-every-AjaxRequestTarget-tp4651257p4651262.html Sent from the Users for

Re: Add page feedback to every AjaxRequestTarget

2012-08-20 Thread Alec Swan
;>>> On Wed, Aug 15, 2012 at 4:14 PM, procrastinative.developer >>>> wrote: >>>>> Hello Alec, >>>>> Could you take a look on this: >>>>> >>>>> https://github.com/procrastinativedeveloper/ToolsClasses/blob/master/src/mai

Re: Add page feedback to every AjaxRequestTarget

2012-08-20 Thread Tibor Blénessy
14 PM, procrastinative.developer >>> wrote: >>>> Hello Alec, >>>> Could you take a look on this: >>>> >>>> https://github.com/procrastinativedeveloper/ToolsClasses/blob/master/src/mai

Re: Add page feedback to every AjaxRequestTarget

2012-08-20 Thread Alec Swan
procrastinative.developer >> wrote: >>> Hello Alec, >>> Could you take a look on this: >>> >>> https://github.com/procrastinativedeveloper/ToolsClasses/blob/master/src/main/java/com/utils/wicket/ajax/AjaxFeedbackPanelUpdater.java >>> >>> >

Re: Add page feedback to every AjaxRequestTarget

2012-08-19 Thread Alec Swan
tils/wicket/ajax/AjaxFeedbackPanelUpdater.java >> >> >> >> -- >> View this message in context: >> http://apache-wicket.1842946.n4.nabble.com/Add-page-feedback-to-every-AjaxRequestTarget-tp4651257p4651262.html >> Sent from the Users forum mailing list archive

Re: Add page feedback to every AjaxRequestTarget

2012-08-17 Thread Alec Swan
- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Add-page-feedback-to-every-AjaxRequestTarget-tp4651257p4651262.html > Sent from the Users forum mailing list archive at Nabble.com. > > --

Re: Add page feedback to every AjaxRequestTarget

2012-08-15 Thread procrastinative.developer
Hello Alec, Could you take a look on this: https://github.com/procrastinativedeveloper/ToolsClasses/blob/master/src/main/java/com/utils/wicket/ajax/AjaxFeedbackPanelUpdater.java -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Add-page-feedback-to-every

Re: Add page feedback to every AjaxRequestTarget

2012-08-15 Thread Alec Swan
Bertrand, that's exactly what I want! Except I am using Wicket 1.4.x :( Is there a way to implement this in Wicket 1.4.x? Thanks, Alec On Wed, Aug 15, 2012 at 3:02 PM, Bertrand Guay-Paquet wrote: > Hi Alec, > > Have a look at this: > https://cwiki.apache.org/WICKET/migration-to-wicket-15.html#

Re: Add page feedback to every AjaxRequestTarget

2012-08-15 Thread Bertrand Guay-Paquet
Hi Alec, Have a look at this: https://cwiki.apache.org/WICKET/migration-to-wicket-15.html#MigrationtoWicket1.5-Defaultajaxevent I think it does what you need. On 15/08/2012 3:59 PM, Alec Swan wrote: Hello, I have a FeedbackPanel on a page. The page can contain different kinds of forms dependi

Add page feedback to every AjaxRequestTarget

2012-08-15 Thread Alec Swan
Hello, I have a FeedbackPanel on a page. The page can contain different kinds of forms depending on the end-user preference. Some of those forms are submitted via AJAX and may or may not add any components to AjaxRequestTarget. How can I add the page's FeedbackPanel to AjaxRequestTarget of the fo