Hi,

>    most of the java/struts I know I learned while working for a company
> that used sessions, so that's what I used and I have never used Hibernate.
> Do you know of any good resources for this off hand?  I have no problem with
> learning new tech, I am the only person on this project, so have no feedback
> on what I could do to improve.. lol

If you used to use Maven2 you can take a look on AppFuse [1], if think
it's a good place to start using Struts2 + Spring + Hibernate (or some
other things)

> I think that I may have found part of the problem.  When I put the following
> println in my action class:
>
>        session.put("eventList", eventList);
> System.err.println("Session objects: " + session.get("eventList"));
>
> I received the following results in my console:
> Session objects: [EMAIL PROTECTED], [EMAIL PROTECTED],
> [EMAIL PROTECTED]
>
> Wouldn't this indicate that the same round object is being referenced three
> times?

I think yes, did you override hashCode(), equals() and toString() for
Round class?
Could you also try to use SQL query tool to query your database with
the SQL command from your action, to see how many records do you have
in db for given user?

[1] http://appfuse.org/display/APF/Home


Regards
-- 
Lukasz
http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to