1. difference between form and view forum.springsource.orgdifference between form and view Hi, a little background - in the last swing app I wrote (which was a *long* time ago) I attached a mouse listener to a JTree ... |
2. Passing objects between views, forms, dialogs... forum.springsource.orgIs there a pre-described way to pass objects between views, forms, diagolgs to matain state infromation? Should they be put into the ApplicationContext? If so, how? If not, why not? Is ... |
3. Problems with success view and forms forum.springsource.orgProblems with success view and forms Howdy, Any help would be much appreciated....on two related problems. I'm working the the Portlet MVC although I think someone with general Web MVC experience ... |
4. HELP! Can the "view" from one form be another form? forum.springsource.orgFeb 28th, 2006, 09:48 PM #1 DaveM View Profile View Forum Posts Private Message Junior Member Join Date Feb 2006 Posts 2 HELP! Can the "view" from one form be another ... |
5. One view, many forms forum.springsource.orgOne view, many forms Another question for more experienced users: I'm trying to do my application with Spring and AJAX and that's why I have to use multiple forms on one ... |
6. Forms, views, pages and dialogs forum.springsource.orgForms, views, pages and dialogs I'm a real beginner with the spring-richclient framework, and I have some problems understanding the relation between forms, views and dialogs. From what I understand, forms ... |
7. Q: Two forms on the same view, but worse... forum.springsource.orgQ: Two forms on the same view, but worse... Hello, I have two business entities, Book and Author. I have successfully created a SimpleFormController that manages form presentation and submission for ... |
8. exiting from simple form on initial view forum.springsource.orgI want to show a form for a user to edit, but unless the id parameter is for a valid entity object I want to exit from the form entirely and ... |
9. Combined Form and View ? forum.springsource.orgCombined Form and View ? Hi Everybody, Still relatively new to spring, and would appreciate any help that I get, thanks in advance. In essence I am trying to add a ... |
10. showing 2 forms on the same view forum.springsource.orgHi, In my application i have one view page where i have to show 2 forms on the same view. The output of the selected items in the form one will ... |
11. Call the view of another form forum.springsource.orgCall the view of another form HI, I have the followiing in my servlet.xml file: |
12. form(s) in a view forum.springsource.orgAt first: Thank you for this framework, I'm really impressed! But it's hard to get starting, I hope somebody can answer my question. I'm modifying the samples.simple to learn the Rich ... |
13. Probleme trying to manage multiples forms in the same view forum.springsource.orgHi, I am trying to manage multiples forms in the same views. In my view (page.do) : Code: |
14. How to populate a dropdown on my form view forum.springsource.orgHow to populate a dropdown on my form view Hello all, I've been working on a project and learning Spring as I go along... What I'm currently trying to set up ... |
15. Redisplay a form view forum.springsource.orgRedisplay a form view Good morning, our web app is using spring frameworks MVC with JSTL and Display Tag Library. It mainly concerns data submission through forms, results listing/deleting/editing(modifying). For the ... |
16. Display Same Form View. forum.springsource.orgDisplay Same Form View. Hi, I am using spring MVC framework in my web applcation. I have made a web page for Adding the product. I have a concern regarind the ... |
17. display form view back to jsp forum.springsource.orgdisplay form view back to jsp want to studey spring for long time, but.... right now I try Code: import java.util.*; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.web.servlet.ModelAndView; import org.springframework.web.servlet.mvc.AbstractController; public class ... |
18. Including Search Form in Success View forum.springsource.orgIncluding Search Form in Success View Hello, I am fairly new to Spring project. I am working on an application where I would like to include the search form jsp in ... |
19. Prepopulating Initial Form View forum.springsource.orgHi, I have a page with a form, which should show initially, but when the form is filled and submitted the same page should show with some tables populated with data. ... |
20. Parsing string to datetime in form custom view forum.springsource.orgParsing string to datetime in form custom view Hello everyone, I am stuck with a problem here. First off, i am a complete newbie, so i hope i can make myself ... |