Search:

Type: Posts; User: Jyrg; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    654

    Combining problem with Rest ,

    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...
  2. Replies
    4
    Views
    1,215

    Thanks for your tips, I'm a web noob... I...

    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...
  3. Replies
    4
    Views
    1,215

    some code examples would be great...it was so...

    some code examples would be great...it was so much easier the times I coded swingapps
  4. Replies
    4
    Views
    1,215

    get spring.tld path variable value

    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">
    ...
  5. Replies
    0
    Views
    1,570

    Access ModelAttribute in jsp

    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>...
Results 1 to 5 of 5