Joao Batistella wrote:

Hello!

Sorry for the off-topic message.

I would like to know if you recommend any good component for paging results
and presenting it in a JSP page. I'm using struts, so if you know a
component that integrates well with struts, that's perfect.

Thanks for your help.



For working directly with Struts, Matt Raible's display tag is quite popular.

http://displaytag.sourceforge.net

If you are using the JavaServer Faces integration library with Struts, the standard <h:dataTable> component handles paging quite nicely. In addition, it lets you do input fields in the table, not just output.

 http://java.sun.com/j2ee/javaserverfaces/
 http://cvs.apache.org/builds/jakarta-struts/nightly/struts-faces/

Craig


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



Reply via email to