Form Detail « Web « Spring Q&A





1. master-detail input forms    forum.springsource.org

master-detail input forms Hi, After trying editable JTable for some time, I went back to a combination of JTextFields for input and a read-only JTable for selection/view for master-detail input forms. ...

2. Master Detail form    forum.springsource.org

I need to setup an master detail entry form ( order and order detail ) there will be two pages .. one for master entry .. clicking a button will lead ...

3. Master/detail forms    forum.springsource.org

I know that this topic has been discussed previously on the forum, but the discussions seemed to end about 5 months ago with no real resolution. see: http://forum.springframework.org/showthread.php?t=13322 I'd like to ...

4. Setting command class for Master/Detail form    forum.springsource.org

Hai users, Can anyone say me how to set command class for the master/detail form where the master/detail form are in the same jsp page. Thanks anieshuk

5. Master/detail form implementation checked into sandbox    forum.springsource.org

Master/detail form implementation checked into sandbox I've checked the master/detail framework into the sandbox. Along with the main classes, there are two supporting classes that are useful in their own right: ...

6. Question on Master/Detail Forms    forum.springsource.org

Question on Master/Detail Forms Hi Once I have created the initial object and the subsequent copies, models and forms, is it possible to simply replace the object with a new one ...

7. Upcoming changes to Master/Detail form implementation    forum.springsource.org

Upcoming changes to Master/Detail form implementation I wanted to notify (warn) anyone using the Master/Detail form implementation in the sandbox that I'm going to be checking in changes in the next ...

8. Problems and Fixes for Master/detail forms    forum.springsource.org

Problems and Fixes for Master/detail forms Over the past couple of days, an issue with the master/detail form implementation came to light. Benoit wins the "cosmic coincidence" award for finding this ...

9. How to define manager class for a master-detail form    forum.springsource.org

Hai all I would like to have a master-detail form where the single save button will save the master as well as detail part.I want to what is the best method ...





10. Sizing Master/Detail embedded in another form...    forum.springsource.org

Sizing Master/Detail embedded in another form... I am adding a master/detail form in a form and it does not seem to be able to "grow" if the window size grows. Furthermore, ...

11. Master/Detail. Detail form listening on FormObjectChange    forum.springsource.org

Master/Detail. Detail form listening on FormObjectChange I have a master/detail form and it seems that the listener for an object change in the detail form receives TWO events when a row ...

12. Using a tree as master in master/detail forms?    forum.springsource.org

Hi. I found AbstractTableMasterForm is useful. But I have more than one list of objects, and I would like the master form to be on the left side and be a ...

13. master/detail: changes made in form NOT in POJO    forum.springsource.org

master/detail: changes made in form NOT in POJO Hi, I use a Master/Detail Form to edit a Set in a POJO, the form looks ok and works fine. I get correct ...

14. How to pass Dirty from a Master/Detail form    forum.springsource.org

How to pass Dirty from a Master/Detail form Hi If I change the value of an attribute in a Detail form, the overall model (from which the master/detail form is derived) ...

15. problem in implementing master detail form    forum.springsource.org

problem in implementing master detail form I am new to spring framework and now i have to implement master detail form. The controller code is below and in jsp there are ...

16. master detail form    forum.springsource.org

I have to work on master detail form master & detail records are on same page. there is add button to add detail record. I am using SimpleFormController. can any one ...





17. Master-detail form help    forum.springsource.org

Master-detail form help I have a combobox populated from a list of objects. On a selection in the combobox, I'd like to display certain properties of the selected object. Any help ...

18. doubt how to make master/detail form    forum.springsource.org

I'm new with Roo and Spring MVC. I'm trying to make a form master/detail but it's not working. I like to know if someone could make a exemplo for me how ...