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

2007-07-23 Thread carbonbasednerd
j > > On 7/23/07, 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 M

[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 i

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 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 a

[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: 0x8004

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

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 > ... > > -igor > > > On 12/7/06, carbonbasednerd <[EMAIL PROTECTED]> wrote: >> >> >> I put

Re: [Wicket-user] DataView and Ajax

2006-12-07 Thread carbonbasednerd
get an Unknown runtime error. I dug around and found that this might be because of IE and some troubles with tags? didn't find a solution to this though. try putting the dataview into a markupcontainer -igor On 12/6/06, carbonbasednerd <[EMAIL PROTECTED]> wrote: > > > Hi, I

[Wicket-user] DataView and Ajax

2006-12-06 Thread carbonbasednerd
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 or do I need to do something else to get it to work? (here's a sample of what I am doing) DataView camp