To narrow down your problem try something like the following:-
Schedule shedX = (Schedule) session.getAttribute("patSchedule");
if (shedX == null) System.out.println("shedX was null");
You can also do a session.toString() to check you are dealing with the
same session as the one logged?
Hope any of this is gonna help you.
> -----Original Message-----
> From: Baun, Kevin [mailto:[EMAIL PROTECTED]
> Sent: 02 March 2004 22:37
> To: '[EMAIL PROTECTED]'
> Subject: Best Books
>
>
> Any suggestions on good cocoon/xsp/et all books?
> Thanks,
> -Mel
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]