You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Baun, Kevin" <kb...@cghtech.com> on 2004/03/02 23:36:42 UTC

Best Books

Any suggestions on good cocoon/xsp/et all books?
Thanks,
-Mel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


RE: Best Books

Posted by Rob Gregory <Mi...@RosesGroup.com>.
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:kbaun@cghtech.com] 
> Sent: 02 March 2004 22:37
> To: 'users@cocoon.apache.org'
> Subject: Best Books
> 
> 
> Any suggestions on good cocoon/xsp/et all books?
> Thanks,
> -Mel
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: users-help@cocoon.apache.org
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org