Hi,

I have followed the Andy's hint to solve the problem of presenting the
ResultSet of a RDF query in a JSP page. So I used the ResultSetFormatter. In
order not to overload this message, I pasted the snippet at
http://pastebin.com/2XyhsCVe.

The problem comes from the fact that I have a list of keywords in order to
perform a query in a RDF document (it could be stored in a database..). As
the query is performed by a servlet, several resultsets are generated, one
per keyword.
So it works, but there is a trouble. When I try to pass these results to
JSP, using got only the last resultset.  So how can I get all the rows
corresponding to the whole query? I don't know how to address just a row in
a result set, if I could, it would be possible to set a list of rows that
could be passed at the end of the whole query.

Any hint?

-- 
Herli Menezes
*Per Astra ad aspera.*

Reply via email to