PDA

View Full Version : I have problems in Firefox


eurodead
07-06-2007, 10:02 AM
hi expertes!!

im working with the ext-nd and is great.

trying with the examples local works very good in IE and FF, but in the server dont works in FF?
can you help me?

jratcliff
07-06-2007, 12:53 PM
If you open the ?ReadDesign url in a browser, what do you see?

eurodead
07-06-2007, 03:23 PM
open the xml with the data but i dont understand because dont read :((

Zakaroonikov
07-06-2007, 06:57 PM
You are using a POST event but are not passing any parameters. I have had this problem when I went to 1.1 beta 2. I had to change my code to either use a GET request for no parameters or pass a dummy value in the params field on the POST request.

jratcliff
07-08-2007, 11:16 AM
You are using a POST event but are not passing any parameters. I have had this problem when I went to 1.1 beta 2. I had to change my code to either use a GET request for no parameters or pass a dummy value in the params field on the POST request.

The Ext.nd code is doing a POST on the ?ReadDesign. We do this in order to get the most recent design of a view. I don't think this is the issue but I could be wrong, and that won't be the first time. ;)

@eurodead, can you post a screen shot of the ?ReadDesign or can you save the xml in a file and email it to me? jack dot ratcliff at gmail dot com.

Zakaroonikov
07-08-2007, 05:47 PM
The Ext.nd code is doing a POST on the ?ReadDesign. We do this in order to get the most recent design of a view. I don't think this is the issue but I could be wrong, and that won't be the first time. ;)

@eurodead, can you post a screen shot of the ?ReadDesign or can you save the xml in a file and email it to me? jack dot ratcliff at gmail dot com.

It might also have something to do with using ext-base.js instead of the yui-adapter.js. Perhaps the yui-adapter is more forgiving. All I know is once I moved up to 1.1 I started having these problems.

RWaters
07-09-2007, 10:15 AM
Yeah, I can't really say what will happen with 1.1 as I've not tried it for the Ext.nd project. I know I've run into some issues in the past trying out some of the other adapters, though I would expect the base adapter to be pretty solid.

The next alpha release of Ext.nd is still based off of 1.0.1... for now.

perka
07-09-2007, 10:18 AM
Could this be the same thing that makes the names.nsf demo on openntf not work? EDIT: Seems to be a proxy issue that makes the demo not work for me, not sure if that applies here.

eurodead
07-09-2007, 05:25 PM
The Ext.nd code is doing a POST on the ?ReadDesign. We do this in order to get the most recent design of a view. I don't think this is the issue but I could be wrong, and that won't be the first time. ;)

@eurodead, can you post a screen shot of the ?ReadDesign or can you save the xml in a file and email it to me? jack dot ratcliff at gmail dot com.

see the print screen jack

thanks!!

mdm-adph
07-13-2007, 08:41 AM
The next alpha release of Ext.nd is still based off of 1.0.1... for now.

Hey hey -- no rush! I'm a Debian kind of guy -- I don't care if we stay on 1.0.1 forever, as long as it works. :D

RWaters
07-13-2007, 10:48 AM
Hey hey -- no rush! I'm a Debian kind of guy -- I don't care if we stay on 1.0.1 forever, as long as it works. :D

Heh, we recently did move it over to 1.1rc1 and things seem to be going alright. Still planning to put it up today if the final testing goes well.