Why am I getting this error?

2008-12-15 Thread dbuttery
Hi all, I have a ListView in which each repeater row has a button to launch a ModalWindow. I actually do this multiple times in my application so I know that it does work. I just added a new screen that does the same thing and it works fine the first time that the ModalWindow is

Re: Why am I getting this error?

2008-12-16 Thread dbuttery
Nope. removeAll is never used. Martin Makundi wrote: Do you ever call listview.removeAll ? 2008/12/15 dbuttery dennis.butt...@connectedenergy.com: Hi all, I have a ListView in which each repeater row has a button to launch a ModalWindow. I actually do this multiple times in my

Redirect to modal window?

2009-01-06 Thread dbuttery
Hi all, I have a modal window which collects user input and then calls an external servlet with that data. The servlet then feeds back the response (varying mime types). My issue is that I want the response from the servlet to appear in its own window. Currently it is replacing the

Interrupting AjaxSelfUpdatingTimerBehavior

2010-07-13 Thread dbuttery
Hi all, This may have been asked-and-answered but here goes ... I'm looking for a way to interrupt a AjaxSelfUpdatingTimerBehavior. Specifically, there is a AjaxSelfUpdatingTimerBehavior running on a page to auto-refresh displayed data. There is also a button to invoke a dialog to allow

PagingNavigator plain page numbers in links

2010-08-21 Thread dbuttery
Hi all, Looking for a way to render the page links in a PagingNavigator without any surrounding tags... Seems like the populateItem in the Loop that creates the page links always wants to insert a Label of some kind there ... Is there a way to get the markup to end up as 1 2 etc

How to get 'value' of input recognized in HiddenField component?

2010-10-07 Thread dbuttery
Hi all, I am using a HiddenField to hold the result of some jquery processing and can see the 'value' changing in the dom (using FireBug). I am also able to trigger the onchange event and the HiddenField is notified of the change (via AjaxEventBehavior). At that point, however, the

Re: How to get 'value' of input recognized in HiddenField component?

2010-10-07 Thread dbuttery
That was it!! Works like a charm ... Thanks Igor! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-get-value-of-input-recognized-in-HiddenField-component-tp2966761p2967157.html Sent from the Users forum mailing list archive at Nabble.com.