我是GWT
的新用戶。我在eclipse中創建了示例應用程序。我從HTML
文件war
中刪除<h1>Web Application Starter Project</h1>
,但是當我調試該應用程序時,它顯示網頁上的文本。我清理了項目並編譯了它,但它不工作。請你們告訴我我做錯了什麼。部分HTML頁面GWT示例應用
<!-- <h1>Web Application Starter Project</h1> -->
<table align="center">
<tr>
<td colspan="2" style="font-weight:bold;">Please give your name:</td>
</tr>
<tr>
<td id="nameFieldContainer"></td>
</tr>
<tr>
<td id="sendButtonContainer"></td>
</tr>
<tr>
<td colspan="2" style="color:red;" id="errorLabelContainer"></td>
</tr>
</table>
您正在使用哪個應用程序服務器?碼頭,雄貓,Weblogic ..?您是否重新部署了WAR文件? –
我沒有爲它配置任何服務器。我認爲它採取默認服務器。 –