Re: Struts Design Issue - Search Functionality - Best Practices

2003-09-26 Thread Jing Zhou
t; To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, September 26, 2003 9:13 AM Subject: RE: Struts Design Issue - Search Functionality - Best Practices > Some more comments required from Struts Gurus ! > > I also needed to know if you would

RE: Struts Design Issue - Search Functionality - Best Practices

2003-09-26 Thread Chawla, Yogesh
be a good option mentioned below but I would also appreciate more feedbacks from other Struts Users Thanks. -Original Message- From: Paul McCulloch [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 3:30 PM To: 'Struts Users Mailing List' Subject: RE: Struts De

RE: Struts Design Issue - Search Functionality - Best Practices

2003-09-26 Thread Edgar P Dollin
I believe this feature is implemented in struts-layout http://struts.application-servers.com/ Edgar > -Original Message- > From: Chawla, Yogesh [mailto:[EMAIL PROTECTED] > Sent: Friday, September 26, 2003 2:19 AM > To: 'Struts Users Mailing List' > Subject: Struts Design Issue - Search

RE: Struts Design Issue - Search Functionality - Best Practices

2003-09-26 Thread Paul McCulloch
My aproach is as follows: Each form bean property which can be searched is a descendant of SearchableProperty. A SearchableProperty consists of: *A String value representing the user's input *The selected business entity (if the user has selected one) *An object descended from Lookup, which imple