You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by fm...@apache.org on 2010/08/25 01:42:02 UTC

svn commit: r988762 - /tuscany/sca-java-2.x/contrib/samples/comet-webapp/src/main/webapp/index.html

Author: fmoga
Date: Tue Aug 24 23:42:01 2010
New Revision: 988762

URL: http://svn.apache.org/viewvc?rev=988762&view=rev
Log:
Minor update involving default values.

Modified:
    tuscany/sca-java-2.x/contrib/samples/comet-webapp/src/main/webapp/index.html

Modified: tuscany/sca-java-2.x/contrib/samples/comet-webapp/src/main/webapp/index.html
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/contrib/samples/comet-webapp/src/main/webapp/index.html?rev=988762&r1=988761&r2=988762&view=diff
==============================================================================
--- tuscany/sca-java-2.x/contrib/samples/comet-webapp/src/main/webapp/index.html (original)
+++ tuscany/sca-java-2.x/contrib/samples/comet-webapp/src/main/webapp/index.html Tue Aug 24 23:42:01 2010
@@ -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'/>