Hi, I don't know why you use Session to store the list, much more efficient is to every time use Database, you can use Hibernate also.
Add List<Round> getEventList() getter to your action and put your db code there. On each request you will get fresh list from db. In such case you don't have to have Session dependency. Could you also check you Html source? It looks like you have some mess with generated html tags. Regards -- Lukasz http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]