Hi all

I have a function like this:

public List findAllResults()
    {
        List results = f1.findAllResults(); //Return data for a database
        return results;
    }

I need to print the data in a table with displaytag in JSP.

Please help me...

-- 
Atentamente,
Sandy
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to