1. how to send to object from ont type in one jsp page? forum.springsource.orghow to send to object from ont type in one jsp page? hi to all. you suppose i have a class with "Person" name include name family email id properties. so ... |
2. Returning an ArrayList of Objects to a jsp page forum.springsource.orgReturning an ArrayList of Objects to a jsp page Hello, I'm facing an issue trying to display a list of objects that are editable. I have a controller which performs the ... |
3. Object Transfer From A Page to Another forum.springsource.orgObject Transfer From A Page to Another Hello, I am new to Spring. I want to ask a question about transferring an object from a page to another. I don't want ... |
4. Correct pattern for passing objects between pages forum.springsource.orgCorrect pattern for passing objects between pages Hi All, I have spent the last 2 days battling with Spring MVC, and after reading all the docs I could find, I wanted ... |
5. App scope object - how to populate into every page? forum.springsource.orgApp scope object - how to populate into every page? Hi - I have a problem that I just can't seem to find the answer to anywhere - it seems simple ... |
6. Edit Multiple Object on page forum.springsource.orgEdit Multiple Object on page I have a form that effectily will have a list of objects that I will need to edit. I have an object (lets use car) that ... |
7. What is the proper way to pass a command object to the next page? forum.springsource.orgWhat is the proper way to pass a command object to the next page? I have a single page secure form (https://host/context/form.html) with its own controller and command object. On submit, ... |
8. Web page to composite object forum.springsource.orgWeb page to composite object I want to edit a composite object, from an object-relational mapping of a database, in a web page. The database table corresponding to the ORM Java ... |
9. Pass object between pages forum.springsource.orgI feel dumb asking this question but I could not find a usable answer in the docs, forum or google. I have been able to pass and receive a String between ... |
10. Calendar-Object within JSP-page + getSelectedItem forum.springsource.org |
11. Calendar-Object within JSP-page + getSelectedItem forum.springsource.orgsportsfan, I'm not sure what your requirements are, however, a Calendar object represents something that would be included into your command object (if you're utilizing SimpleFormController or the like). Instantiating one ... |
12. Can two pages share the same command object? forum.springsource.orgHi, There Can two different pages share the same command object, and how? Also, I would like to make this command object as a singleton class. Please advice. Thank you very ... |