Re: Search Text

2006-08-17 Thread Peter Dawn
i am going to have a look at lucene and try to get that to work. otherwise might use a simple JS implementation. through tapestry would be good but if its too time consuming then no. - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

RE: Search Text

2006-08-17 Thread Mark Stang
I guess I may have to reduce my expectations to only searching components. -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Thu 8/17/2006 4:58 PM To: Tapestry users Subject: Re: Search Text There is a special type of component that people don't get expos

Re: Search Text

2006-08-17 Thread Jesse Kuhnert
he current page. Thoughts? -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Thu 8/17/2006 3:55 PM To: 'Tapestry users' Subject: RE: Search Text Okay, cool. I am one of those guys who try to use the "simplest solution that works." I was just checking

RE: Search Text

2006-08-17 Thread Mark Stang
I would like to be able to search all my pages for text. Which is different from the current page. Thoughts? -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Thu 8/17/2006 3:55 PM To: 'Tapestry users' Subject: RE: Search Text Okay, cool. I am one of

RE: Search Text

2006-08-17 Thread James Carman
Okay, cool. I am one of those guys who try to use the "simplest solution that works." I was just checking if Ctrl-F applied. :-) -Original Message- From: Peter Dawn [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 5:50 PM To: Tapestry users Subject: Re: Search Te

Re: Search Text

2006-08-17 Thread Peter Dawn
i will try albartell's approach and see if it works. i was hoping there would be a tapestry component i could use. and James i dont want to use ctrl+f. i mean i can, but i would like to create something more specific to my web app. -

RE: Search Text

2006-08-17 Thread James Carman
Hitting Ctrl-F on your browser won't do it? If it's the currently-displayed HTML document, your browser can do the searching for you, no? -Original Message- From: Peter Dawn [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 8:53 AM To: Tapestry users Subject: Re: S

RE: Search Text

2006-08-17 Thread albartell
>i would prefer to do it through tapestry. and if not is there a JS library i can use. Here is how I do it on my pages. Note that is a JSF component but it could be just as easily done in Tapestry. Hope that helps, Aaron Bartell ... ');"> ... /* * This is the function that actually highlights

Re: Search Text

2006-08-17 Thread Peter Dawn
yes. thats the idea. i have been reading about lucene too. anyone tried that. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Search Text

2006-08-17 Thread James Carman
Are you talking about searching for text within the page that you're reading? -Original Message- From: Peter Dawn [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 1:39 AM To: tapestry-user@jakarta.apache.org Subject: Search Text guys, is there a component which allows

Re: Search Text

2006-08-17 Thread Peter Dawn
i would prefer to do it through tapestry. and if not is there a JS library i can use. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Search Text

2006-08-17 Thread Gurps
gt; of a page. > any ideas. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Search-Text-tf2119682.html#a5847713

Search Text

2006-08-16 Thread Peter Dawn
guys, is there a component which allows text search. its sort of similar to what the tassel site has, but i want the user to search through text, as in general paragraphs. this info is not stored in the db but locally within that page. so the ability to search within the content of a page. any ide