Re: [Xsltforms-support] properties.doc.documentElement is null
Brought to you by:
alain-couthures
From: Stephen C. <Ste...@ut...> - 2010-05-25 23:58:01
|
Hi Chris, I'm not sure if this will help, but perhaps another approach to what you are trying to achieve is possible. If you use the xforms <switch> construct you can completely change the appearance of the form and also do a submission at the time you move from one <case> to another. I think one of the main ideas in Xforms is that the view adapts to the content of the model and the model can change due to user interaction, so the idea of dynamically generating a form server side does not make much sense in general. The <switch> was a revelation for me when I discovered it, it pays to read up before you start doing anything with Xforms. -- Regards Stephen Cameron Data Programmer Integrated Marine Observing System (IMOS) eMarine Information Infrastructure Project University of Tasmania, Private Bag 21, Hobart, TAS 7001, Australia Tel: +61 3 6226 8507 Fax: +61 3 6226 2997 Email: ste...@ut... URL: http://www.imos.org.au/eMII.html |