navigable search results

2003-09-09 Thread Andy Richards
Hi everyone,

I want to display my search results in a similar fashion to google, with a 
navigable menu at the bottom. I know this is possible but i am not sure what 
to re-search for to get some ideas of how to do this with struts? Anyone have 
any ideas or a key word i can search the struts archives for?

thanks

Andy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



AW: navigable search results

2003-09-09 Thread Roland Berger
Hi Andy

One of the key words might be ValueListHandler. With this pattern you fetch
the data from the datasource, and keep the result set in the
ValueListHandler. The clients can call method like getNext(), getPervious().
But this Pattern is not related to struts its a bussines layer pattern. If
you need more information of how to do it in the presentation layer with
struts other key words will help but these I don't know ;-) .

Regards
Roland

-Ursprungliche Nachricht-
Von: Andy Richards [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 9. September 2003 14:13
An: [EMAIL PROTECTED]
Betreff: navigable search results


Hi everyone,

I want to display my search results in a similar fashion to google, with a
navigable menu at the bottom. I know this is possible but i am not sure what
to re-search for to get some ideas of how to do this with struts? Anyone
have
any ideas or a key word i can search the struts archives for?

thanks

Andy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: navigable search results

2003-09-09 Thread Andrew Kuzmin

Hi,

see these links

   http://edhill.its.uiowa.edu/display/

   http://jsptags.com/tags/navigation/pager/

   http://www.mail-archive.com/[EMAIL PROTECTED]/msg43661.html

--
Andrew
http://www.java201.com


- Original Message -
From: Andy Richards [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, September 09, 2003 3:13 PM
Subject: navigable search results


 Hi everyone,

 I want to display my search results in a similar fashion to google, with a
 navigable menu at the bottom. I know this is possible but i am not sure
what
 to re-search for to get some ideas of how to do this with struts? Anyone
have
 any ideas or a key word i can search the struts archives for?

 thanks

 Andy

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: navigable search results

2003-09-09 Thread Andy Richards
Cheers Andrew

Exactly what i wanted...i thought there may have been some struts tag but 
obviously not.

Thanks

Andy

On Tuesday 09 Sep 2003 3:09 pm, you wrote:
 Hi,

 see these links

http://edhill.its.uiowa.edu/display/

http://jsptags.com/tags/navigation/pager/

http://www.mail-archive.com/[EMAIL PROTECTED]/msg43661.html

 --
 Andrew
 http://www.java201.com

 - Original Message -
 From: Andy Richards [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, September 09, 2003 3:13 PM
 Subject: navigable search results

  Hi everyone,
 
  I want to display my search results in a similar fashion to google, with
  a navigable menu at the bottom. I know this is possible but i am not sure

 what

  to re-search for to get some ideas of how to do this with struts? Anyone

 have

  any ideas or a key word i can search the struts archives for?
 
  thanks
 
  Andy
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]