On Tue, 27 May 2003 11:44:42 -0400, Vic Cekvenich wrote:

> First of all... as you pointed out I need a
> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/basicportal/bP/WEB-INF/src/war/org/apache/scaffoldingXPress/base/SimpleBean.java
> for simple search cases, so I just CVSed.
> I will add a search example to scaffolding, and a search chapter to my 
> new book(preview in less than a month), and add searching to the labs.

I ended up keeping my search beans as type BaseBean only because I liked
the way you are using the Action/ActionEvent stuff. If my search bean is
not a type of BaseBean I have to create a more basic type of Struts action
class as well (in order to have access to session, request, etc.) (The
BaseAction stuff uses the ActionEvent to get a handle to the bean in scope
which requires it to be a BaseBean. (I guess I'm just being lazy:)

-- 
Rick

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

Reply via email to