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
Jeanne Boyarsky
Ron McLeod
Liutauras Vilda
Paul Clapham
Sheriffs:
paul wheaton
Tim Cooke
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Carey Brown
Frits Walraven
Piet Souris
Bartenders:
Mike London
Forum:
Spring
spring MVC form binding
Linwood Hayes
Ranch Hand
Posts: 166
posted 2 years 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: 14706
331
posted 2 years 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.
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...