Bug 822 - [Chameleon - CWC2] form method GET breaks service instance
: [Chameleon - CWC2] form method GET breaks service instance
Status: RESOLVED FIXED
: Chameleon
Service Instance
: 1.99
: PC All
: P3 minor
: 1.99 beta 4
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2004-11-09 08:35 by
Modified: 2004-12-02 21:30 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


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.