summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/chapter-05/ui-contribution/src/main/resources/scatours.html
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-02-21 13:31:55 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-02-21 13:31:55 +0000
commit7d9e691b83c7669f559337a5a2768b13ce176bd3 (patch)
tree5640631c7e1b148197fee46d2a9bc29e8ce718e9 /sandbox/travelsample/chapter-05/ui-contribution/src/main/resources/scatours.html
parent60f2f3cefcbd87824288bd555209f87bcb72456a (diff)
Fix up the BPEL payment component to run in the wider application and take advantage of the BPEL resolved fix in 1.x
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746503 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/chapter-05/ui-contribution/src/main/resources/scatours.html')
-rw-r--r--sandbox/travelsample/chapter-05/ui-contribution/src/main/resources/scatours.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/sandbox/travelsample/chapter-05/ui-contribution/src/main/resources/scatours.html b/sandbox/travelsample/chapter-05/ui-contribution/src/main/resources/scatours.html
index f4206548c0..b8e27e87fc 100644
--- a/sandbox/travelsample/chapter-05/ui-contribution/src/main/resources/scatours.html
+++ b/sandbox/travelsample/chapter-05/ui-contribution/src/main/resources/scatours.html
@@ -322,7 +322,8 @@
function checkout() {
scaToursCart.checkout(cartId);
- document.getElementById('searchResponse').innerHTML = "";
+ document.getElementById('packagedTripItems').innerHTML = "";
+ document.getElementById('bespokeTripItems').innerHTML = "";
document.getElementById('cartItems').innerHTML = "Thank you for shopping with SCA Tours";
document.getElementById('cartPrice').innerHTML = "";
searchResponseItems = null;