>From reading the documentation, I don't believe this was really implemented or the person understood ofbiz.
it seems that is assumes that by using a delegator it can directly access tables. this by-passes all entity aware stuff. first you need to right a handler http://docs.ofbiz.org/display/OFBIZ/Understanding+the+OFBiz+Widget+Toolkit You will probably have to write a worker class for ZK, look at the freemakerworker.java you should then be able to include a zk file in a widget like you do a ftl. Ritz123 sent the following on 2/1/2008 10:18 AM: > I have read that already - I cant find it anywhere in the document where it > says how can you use ZUL/ZHTML pages with your existing ftls/htmls or how to > use screen widget with ZK > > May be I am missing something. > > > guo weizhan wrote: >> you should read this first: >> http://docs.ofbiz.org/display/OFBIZ/ZK+Rich+Client+-+integration+tutorial >> >> 2008/2/1, Ritz123 <[EMAIL PROTECTED]>: >>> >>> Hi, >>> >>> Those who are using ZK with Ofbiz does it need a view handler? >>> >>> How have you guys integrated ZUL/ZHTML pages with Ofbiz? (either in the >>> screens.xml or controller.xml)? >>> -- >>> View this message in context: >>> http://www.nabble.com/ZK-view-handler--tp15217609p15217609.html >>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>> >>> >> >
