Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Spring
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Paul Clapham
Ron McLeod
Jeanne Boyarsky
Tim Cooke
Sheriffs:
Liutauras Vilda
paul wheaton
Henry Wong
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Carey Brown
Frits Walraven
Bartenders:
Piet Souris
Himai Minh
Forum:
Spring
spring MVC form binding
Linwood Hayes
Ranch Hand
Posts: 155
posted 1 year ago
Number of slices to send:
Optional 'thank-you' note:
Send
In Spring MVC, form is bound into "command" object. is this command object created on server side , or on the client side and passed to server ?
Stephan van Hulst
Saloon Keeper
Posts: 13886
314
posted 1 year ago
1
Number of slices to send:
Optional 'thank-you' note:
Send
Seeing as Spring runs in a JVM on the server side, there's only one place the object can exist at all: the server.
It's hard to fight evil. The little things, like a nice sandwich, really helps. Right tiny ad?
Free, earth friendly heat - from the CodeRanch trailboss
https://www.kickstarter.com/projects/paulwheaton/free-heat
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
File upload using spring mvc 3.0
Spring Rich Overview
Multiple Command Objects for Spring Form
Neither BindingResult nor plain target object for bean name 'command' available as request attribute
MVC Model 2 vs Spring SimpleFormController (Why formBackingObject() gets called twice?)
More...