On 10 Aug 2006 at 12:05, Jens Richnow wrote: > I approached this problem from many angles but are at a point where I > cannot see it working within Laszlo. Currently I can see two > alternatives: (i) have the record view delivered as a pop-up JSP > (i.e., page is created entirely on the server side, applying all logic > of each field), or (ii) think about creating the record view via > scripting on the server side and load it dynamically.
Have you considered OpenLaszlo + xforms for your application? Current experiments involve two div containers in HTML wrapper page One div container for OpenLaszlo swf (using SWFObject to embed). This lzapp used for navigation/selection of xforms. The other div container for xforms content (actually xform is in an iframe which is nested in div). An xform rendering engine is needed. Easiest implementation so far is Firefox 1.5 + Mozilla XForms extension installed. But there are other xform rendering engines which work across browsers (yet to be tried). DL _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
