我對struts和Hibernate真的很陌生。我正在使用用戶填寫表單的Web應用程序。我必須對某些字段進行驗證,我試圖在POJO類的某些字段中使用驗證。 Like @Past on Date,@Max on int。 但它不能正常工作並拋出這些異常。 HTTP Status 500 validation
failed for: com.contact.ContactRegistration
<html>
<head>
<script type="text/javascript">
function changeFunc() {
var selectBox = document.getElementById("selectBox");
var selectedValue = selectBox.options[selectBox.selectedIndex].value;
初學者在這裏。 我需要在Struts動作中通過每次調用webservice多次使用不同的請求來檢索一些數據,並等待每個請求完成,以便我可以顯示結果。 所以基本上我在做這樣的: // The list of the region codes used for the requests
List<String> codesRegions;
// Init of a variable contai