[Chameleon-dev] [Bug 822] New: [Chameleon - CWC2] form method GET
breaks service instance
bugzilla-daemon at www.maptools.org
bugzilla-daemon at www.maptools.org
Tue Nov 9 08:35:32 EST 2004
http://www.maptools.org/bugzilla/show_bug.cgi?id=822
Summary: [Chameleon - CWC2] form method GET breaks service
instance
Product: Chameleon
Version: 1.99
Platform: PC
OS/Version: All
Status: NEW
Severity: minor
Priority: P3
Component: Service Instance
AssignedTo: chameleon-dev at lists.maptools.org
ReportedBy: pspencer at dmsolutions.ca
When using the GET method with Chameleon's form in CWC2, the values of service,
version and request are not propogated to the next page on submit.
Workaround is to add hidden form variables into template:
<input type="hidden" name="service" value="VCG">
<input type="hidden" name="version" value="0.1.0">
<input type="hidden" name="request" value="GetApplication">
Fix is to force these into the output HTML variables.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Chameleon-dev
mailing list