I have started to study new functionallity in Spring 3.1 and created an small example, but I need an helping hand here.
The following is from my controller class.
Saving an person can throw an...
Type: Posts; User: Jyrg; Keyword(s):
I have started to study new functionallity in Spring 3.1 and created an small example, but I need an helping hand here.
The following is from my controller class.
Saving an person can throw an...
Thanks for your tips, I'm a web noob...
I finally got an nice/clean javascript solution with the usage of DWR (dataHandler).
getCoordinateForCity returns an POJO LatLng
Hope it can be useful...
some code examples would be great...it was so much easier the times I coded swingapps
This code works for me, a populated dropdown where the selected city ends up in my sessionattribute instancevariable departureCity. Good so far.
<form:select path="departureCity">
...
I have probably an easy problem for you guys, but I can not figure it out.
I have An annotation bases MVC controller where with this method:
@ModelAttribute("cityList")
public List<City>...