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'/>


Reply via email to