[Geoserver-devel] [jira] Created: (GEOS-3616) Demo requests page not using edited Body for request

Demo requests page not using edited Body for request
----------------------------------------------------

                 Key: GEOS-3616
                 URL: http://jira.codehaus.org/browse/GEOS-3616
             Project: GeoServer
          Issue Type: Bug
          Components: Wicket UI
    Affects Versions: 2.0.0
         Environment: Geoserver 2.0.0 UI running on either Firefox 3.5 or IE 6.
            Reporter: Sarah Haskins
            Assignee: Andrea Aime
            Priority: Minor
             Fix For: 2.0.1

The Body section of the Demo requests page is not being used on submit, it is using the Request file selected as it exists on the hard drive. Here is what I am doing...

Steps:

- go to Demos menu

- select Demo requests

- under Request, select WFS_describeFeatureType-1.1.xml
  (I have edited this file in my data directory so that it looks like this...
<DescribeFeatureType version="1.1.0" service="WFS" xmlns="http://www.opengis.net/wfs&quot; xmlns:doitt="http://gis.nyc.gov" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd&quot;&gt;
    <TypeName>doitt:BOROUGH</TypeName>
</DescribeFeatureType>

- Modify the Body section so that we are describing another table, other than Borough, like this...
<DescribeFeatureType version="1.1.0" service="WFS" xmlns="http://www.opengis.net/wfs&quot; xmlns:doitt="http://gis.nyc.gov" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd&quot;&gt;
    <TypeName>doitt:SCHOOL</TypeName>
</DescribeFeatureType>

- enter username and password

- click submit

Problem: I am getting back a description of the BOROUGH table, not the SCHOOL table.

I see in the verbage at the top of the screen something about clicking "Change" after selecting the request type from the drop-down list, but I don't see any "Change" link or button on my screen.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira