RE: searching on client side.

2003-09-17 Thread Edgar P Dollin
Use javascript and a button to invoke the browser find function. Edgar > -Original Message- > From: imran ali [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 17, 2003 4:17 PM > To: Struts Users Mailing List > Subject: searching on client side. > > >

Re: searching on client side.

2003-09-17 Thread khote
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; "imran ali" <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 2:27 PM Subject: Re: searching on client side. > A *lot* of javascript. > > You can basically iterate through the entire table, i.e.

Re: searching on client side.

2003-09-17 Thread Daniel Wang
ght place to do this... daniel - Original Message - From: "imran ali" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 2:17 PM Subject: searching on client side. > Hi All, > I am having a

searching on client side.

2003-09-17 Thread imran ali
Hi All, I am having a table in my jsp. I have a text box which takes value of a particular column, make search on that column and finally displays only those rows which have those columns. And if I again want to search on some other column it will search in initial collection of values