views:

517

answers:

2

Are there any good value list handler implementations available?

I've found valuelist, but it seems to be stagnating... besides I really need good control of links the taglib generates, because I need to call some JavaScript from it.

Currently I solve it by rewriting the taglib in freemarker and using valuelist's backend.

Does anyone know a better way?

+2  A: 

Core J2EE Patterns 2nd Edition recommends implementing this pattern using a wrapper for javax.sql.RowSet. The RowSet allows for a disconnected, scrollable ResultSet. Sun provides a tutorial for the RowSet in chapter 5 of the JDBC Tutorial.

Eric Weilnau
+2  A: 

We've had good luck with Display Tag