Hello,
 
I already sent one email regarding the auto-paging of
long lists. I am using JSP with Struts in WebSphere
Dev Studio 5. Now I am trying to implement display tag
in my case and use paging. I have long list of data on
my JSP search screen and I wanted to display them in
pages. Could I use DISPLAY TAG with STRUTS and how it
could be done in my case? I am trying but so far it is
not working. Any working example that will demonstrate
paging with struts will be great!!!!

I have search screen (JSP) with four input fields
located on upper portion of the screen. Lower portion
of the screen is used for displaying the search
results  (if any). My question is do I have to use
another JSP to handle search input fields and perform
the search, create the long List of data, put in
session and use another JSP with display  tag just to
display data and paging? Based on your example answer
is yes. Correct me if I am wrong.  

In your example when you are clicking on page link
f.i.
page 2 link is:
http://edhill.its.uiowa.edu/display-examples/example-paging.jsp?page=2

but with struts it should be like this:
http://localhost:9080/EclientProfileWeb/fullsearch.do?page=2

What should be used in my case .jsp?page=2  or 
.jsp?page=2 

TIA and looking forward to hear from you.
Tob


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
displaytag-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to