Hi.. I am designing an application which needs to populate a table in the index page.
Previously what i had done was, in a servlet first populated a collection by calling a Manager class, then setting the collection in a request object, and then forwarding it to the index page which will get the collection from the request object and then populate the table. Could you pls help me out and tell me the best way to implement that using the struts framework. Thanks and Kind Regards Roshan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

