Bug 822

Summary: [Chameleon - CWC2] form method GET breaks service instance
Product: Chameleon Reporter: Paul Spencer <pspencer@dmsolutions.ca>
Component: Service InstanceAssignee: Paul Spencer <pspencer@dmsolutions.ca>
Status: RESOLVED FIXED    
Severity: minor CC: chameleon-dev@lists.maptools.org
Priority: P3    
Version: 1.99   
Target Milestone: 1.99 beta 4   
Hardware: PC   
OS: All   
Whiteboard:

Description From 2004-11-09 08:35:31
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.
------- Comment #1 From 2004-12-02 12:41:39 -------
fixed in cvs.  modifications to cwc2.php, chameleon.php and UIManager.php were
necessary to make this work efficiently.