[Xsltforms-support] GET method query parameter, using in XForm
Brought to you by:
alain-couthures
From: Stephen C. <Ste...@ut...> - 2010-03-30 04:32:07
|
Hello, Is there a standard means to access the parameters of a GET request from within an Xform? Having developed an Xform to submit an model instance to a service and have that instance persisted on the server, I now would like to display the instance in a modified version of my submission form, with all xf:input controls replaced by xf:output controls. I want to create hyperlinks with the id of the persisted instance as a request parameter, clicking the link opens the (hopefully cached) XForm which reads the id parameter and sends a customised submission to the server to retrieve a specific instance which is then displayed. This would be simple with XSL stylesheet but having done the design work for XForm I don't really want to change much for the display version. Googling does not provide a ready answer to this question. -- 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 |