summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib
diff options
context:
space:
mode:
authorfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2010-08-24 23:42:01 +0000
committerfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2010-08-24 23:42:01 +0000
commit0857bd741085e755a2153ac63a6bfb8c4d9043a8 (patch)
tree4b529e61e8808f26d623cfe53894f5dd9aaa37ef /sca-java-2.x/contrib
parent81358f327591d183cb2ea2efade790a282307d67 (diff)
Minor update involving default values.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988762 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/contrib')
-rw-r--r--sca-java-2.x/contrib/samples/comet-webapp/src/main/webapp/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/contrib/samples/comet-webapp/src/main/webapp/index.html b/sca-java-2.x/contrib/samples/comet-webapp/src/main/webapp/index.html
index 031df5d3f3..0387e67adb 100644
--- a/sca-java-2.x/contrib/samples/comet-webapp/src/main/webapp/index.html
+++ b/sca-java-2.x/contrib/samples/comet-webapp/src/main/webapp/index.html
@@ -117,11 +117,11 @@
<table>
<tr>
<td>City</td>
- <td><input type="text" id='city'/></td>
+ <td><input type="text" id='city' value='Brasov'/></td>
</tr>
<tr>
<td>Country</td>
- <td><input type="text" id ='country'/></td>
+ <td><input type="text" id ='country' value='Romania'/></td>
</tr>
</table>
<input type="button" id='locationButton' value='Set location'/>