Re: [Wicket-user] DataView and Ajax

2006-12-07 Thread carbonbasednerd
putting the dataview into a markupcontainer -igor On 12/6/06, carbonbasednerd [EMAIL PROTECTED] wrote: Hi, I searched the forums and found one question about AjaxPagingNavigator not working with DataView - but there was no response to it. Is the DataView unable to work with AjaxPagingNavigator

Re: [Wicket-user] DataView and Ajax

2006-12-07 Thread carbonbasednerd
tried that and I still get the same error message. igor.vaynberg wrote: yes, ie doesnt let you use outerhtml on table elements, simply replace the table wicket:id=container with div wicket:id=containertable... -igor On 12/7/06, carbonbasednerd [EMAIL PROTECTED] wrote: I put

Re: [Wicket-user] DataView and Ajax

2006-12-08 Thread carbonbasednerd
That did it. Thanks for the help. igor.vaynberg wrote: well in that case just do new AjaxPagingNavigator() { onajaxevent(target) { target.add(dataviewparent); }} -igor -- View this message in context: http://www.nabble.com/DataView-and-Ajax-tf2771602.html#a7759052 Sent from

[Wicket-user] getting an NS_ERROR_NOT_AVAILABLE in ff 2.0.0.4

2007-06-18 Thread carbonbasednerd
I saw there was another message posted about this being a problem with ff 1.0.6 and the wikki states that ff 1.5* has only been verified working with ajax. That being said, I'm using ff 2.0.04 and I am occasionally getting this error: Error: [Exception... Component returned failure code:

Re: [Wicket-user] getting an NS_ERROR_NOT_AVAILABLE in ff 2.0.0.4

2007-06-19 Thread carbonbasednerd
Thanks for the info. Would you or anyone else happen to know where that fix is? We are running on 1.2.6 and I need to patch this in our app. and at this point, using 1.3.0 is not an option. Al Maw wrote: carbonbasednerd wrote: I saw there was another message posted about this being

[Wicket-user] Having problems with ModalWindow and AjaxSubmitButton

2007-07-23 Thread carbonbasednerd
In my parent page I create a ModalWindow which has ajaxsubmitbuttons and works just fine. Within that modal window I have a link which will take the user to another page within the same ModalWindow. That also has AjaxSubmitButtons but they do not appear to be called. The onclick in the source

Re: [Wicket-user] Having problems with ModalWindow and AjaxSubmitButton

2007-07-23 Thread carbonbasednerd
, carbonbasednerd [EMAIL PROTECTED] wrote: In my parent page I create a ModalWindow which has ajaxsubmitbuttons and works just fine. Within that modal window I have a link which will take the user to another page within the same ModalWindow. That also has AjaxSubmitButtons but they do not appear