Re: Ajax refresh component with initial setVisible(false)

2012-06-23 Thread kshitiz
Please help me out hereis there any silly mistake that I am making? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-refresh-component-with-initial-setVisible-false-tp4650171p4650205.html Sent from the Users forum mailing list archive at Nabble.com

Re: Ajax refresh component with initial setVisible(false)

2012-06-22 Thread kshitiz
is initially false but later becomes true after ajax refresh, even then *numberOfCommentLabel * does not appear. I have to refresh the whole page to make them appear. After that they refresh properly by ajax. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-refresh

Ajax refresh component with initial setVisible(false)

2012-06-21 Thread kshitiz
. *But it is not appearing but its visibility becomes true.* What is the solution? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-refresh-component-with-initial-setVisible-false-tp4650171.html Sent from the Users forum mailing list archive at Nabble.com

Re: Ajax refresh component with initial setVisible(false)

2012-06-21 Thread Sven Meier
-refresh-component-with-initial-setVisible-false-tp4650171.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Ajax refresh component with initial setVisible(false)

2012-06-21 Thread kshitiz
Hi, I have added the whole panel in which that navigator is present. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-refresh-component-with-initial-setVisible-false-tp4650171p4650180.html Sent from the Users forum mailing list archive at Nabble.com

Re: Refresh component 'ajax'

2012-05-30 Thread David Hosier
How about something like AjaxSelfUpdatingTimerBehavior? Also, this page has some ajaxy examples that might help. http://www.wicket-library.com/wicket-examples/ajax/ On Wednesday, May 16, 2012 at 7:28 AM, Brown, Berlin [GCG-PFS] wrote: I normally use 'target.addComponent(someOtherComponent)'

Refresh component 'ajax'

2012-05-16 Thread Brown, Berlin [GCG-PFS]
I normally use 'target.addComponent(someOtherComponent)' to refresh/rerender that HTML content. Are there other ways to render/reload that component? Also, we are using wicket version 1.4.13

refresh component

2012-03-17 Thread Dan12321
in context: http://apache-wicket.1842946.n4.nabble.com/refresh-component-tp4480640p4480640.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: refresh component

2012-03-17 Thread Andreas Maly
different elements in page. Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/refresh-component-tp4480640p4480640.html Sent from the Users forum mailing list archive at Nabble.com

Re: refresh component

2012-03-17 Thread Josh Kamau
element. The ajaxlink is not connect with this span element. These are two different elements in page. Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/refresh-component-tp4480640p4480640.html Sent from the Users forum mailing list archive at Nabble.com

Ajax refresh component

2009-03-27 Thread Albert, Michael (LU - Luxembourg)
Hi, I would like to do the same page as the Wicket - example source code: - A list of element on the left side - A main page wich displays the details of the selected element My problem is that the element is correctly taken from database but not displayed. Thanks,

Re: Ajax refresh component

2009-03-27 Thread Michael O'Cleirigh
Hello, Your problem is that you calling setOutputMarkupId(true) on the wrong panel (you are calling it on LawView page constructor where in fact it should be called on the component that is added to the ajax request target, LawPanel). Also I think the updated panel has to replace the current

Re: Refresh component from non-wicket js

2008-06-26 Thread Martin Funk
Mats Norén wrote: Hi, I've been searching the archives on a simple way to repaint a component from a non-wicket javascript, ie the javascript is not attached or associated with a wicket component. The usecase: 1. A user updates data in the browser (non wicket) 2. Presses save (could be a

Re: How to refresh component many times in one ajax request

2007-12-18 Thread Artur W.
://www.nabble.com/How-to-refresh-component-many-times-in-one-ajax-request-tp14374053p14391636.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: How to refresh component many times in one ajax request

2007-12-18 Thread Alex Objelean
/disable the behavior, instead of adding it. Is there a convenience method to do this? There is no enable/disable method in the AjaxSelfUpdatingTimerBehavior. Thanks, Artur -- View this message in context: http://www.nabble.com/How-to-refresh-component-many-times-in-one-ajax-request

Re: How to refresh component many times in one ajax request

2007-12-17 Thread Gerolf Seitz
, override onPostProcessTarget and do counter = counter +1; in there. hth, Gerolf Thanks, Artur -- View this message in context: http://www.nabble.com/How-to-refresh-component-many-times-in-one-ajax-request-tp14374053p14374053.html Sent from the Wicket - User mailing list archive