Passing Java objects

2004-06-28 Thread Scott Yeadon
Hello, Could someone tell me if it's possible to pass Java objects around as session information (for example an object containing information (or other objects) such as userid, timing, database connection, etc). From looking at the documentation everything looks like it must be converted to XM

CForm bind problem (EvaluatorException: org.mozilla.javascript.UniqueTag)

2004-06-22 Thread Scott Yeadon
Hello, I am trying to understand the process and minimum requirement for setting up a simple CForm in Cocoon 2.1.5. I have followed the doco and samples where possible but I think I've hit a wall. I have created a simple form, but failed when binding from an XML file with the following error: o

Custom widgets in CForms

2004-06-15 Thread Scott Yeadon
Hello, Has anyone tried to create custom widgets within the Forms framework? Beyond the business logic of their validation rules, etc, I cannot find the code which actually creates the widgets visible user interface? Anyone got a how-to on any of this? Thanks. Scott.