[ http://jira.andromda.org/browse/BPM-169?page=comments#action_11648 ] HB commented on BPM-169: ------------------------
>> it's virtually impossible to nicely retrieve each row with >> corresponding fields (except when they are just plain text strings) There are perfectly viable ways of acheiving this. The one I'd recommend uses JavaScript events on the individual fields to update a hidden JavaScript array that mirrors the table contents. The array is returned to the server in the HTTP request. If there are altered input fields in other columns of the table a 2D array could be used. >> I also want to see how you retrieve the values from the form That's the hard way! The easy way is for the form elements to report what they have. I have attached a file containing a demo of the suggestion. You can view the demo at ... http://www.geocities.com/trudy_cool/mda_probs/Wouter/Wouter.html I'm inadequately familiar with how to create/modify a cartridge, or I'd do it myself and submit it for approval. As I mentioned in the forum I'd like to see a <<FrontEndController>> concept, that interposes a skeletal JavaScript 'abstraction layer' between incoming page variables and outgoing event parameters. > submitting table data > --------------------- > > Key: BPM-169 > URL: http://jira.andromda.org/browse/BPM-169 > Project: Bpm4Struts Cartridge > Type: New Feature > Versions: 3.0 RC1 > Reporter: Oemer Guersoy > Assignee: Wouter Zoons > Attachments: Wouter.zip > > Submit all rows of a table to a collection. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.andromda.org/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ Andromda-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-devel
