Re: Indexed Properties
[email protected] Mon, 11 Aug 2003 19:09:41 -0500
| Newsgroups | gmane.comp.java.mvc.devel |
|---|---|
| Message-ID | <[email protected]> |
After my blonde moment, I finally found the .java files (duh me). It appears your Action uses the ActionEvent (which is hidden in scaffolding somewhere) which probably calls doUpdate in the Dao, which passes in a list, the update mapped-statement and the insert mapped-statement. Which I am now guessing, does an update on every row that was displayed and an insert for anything new. Anyway, thanks for the pointer. My app is to disgusting to document in a mailing list, so I will spare you the details of why your way won't work (mainly due to a horrible database schema). But if I figure this out, then I will write up a nice little how-to. Thanks! Carl Quoting Vic Cekvenich <[email protected]>: > I assume updetable multi row: > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/basicportal/bPproj/bP/WEB-INF/portlets/cms/ContentAprvMR.jsp > (else I use display tag, same CVS folder) > hth, > > [email protected] wrote: > > Does anyone know of a good indexed property example? I have read a couple > of > > articles, but they don't have all of the code. Any help is appreciated. > > > > > > Carl > > -- > Vic Cekvenich, > Struts Instructor, > 1-800-917-JAVA > > Advanced <a href ="baseBeans.com">Struts Training</a>, mentoring and > project recovery in North East. > Struts conversion and <a href ="baseBeans.com"> fixed bid development</a>. > > _______________________________________________ > MVC-Programmers mailing list > [email protected] > http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers >