Hi
I'm looking at the samle application swf-booking-mvc.
I'm wondering where the modelAttribute of the search form in hotelSearchForm.jsp is set? I can't find anywhere in the code where it is put into scope.
Regards,Code:<form:form modelAttribute="searchCriteria" action="search" method="get">
Mattias


Reply With Quote