Don't blame the database design.  You can blame the requirements, if you wish.  I 
should have pushed back harder against the requirements.

Gary

> 
> From: [EMAIL PROTECTED]
> Date: 2003/08/11 Mon PM 08:09:41 EDT
> To: [EMAIL PROTECTED]
> Subject: Re: [MVC-Programmers] Indexed Properties
> 
> 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
> > 
> 
> 
> 
> _______________________________________________
> MVC-Programmers mailing list
> [EMAIL PROTECTED]
> http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers
> 

_______________________________________________
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers

Reply via email to