Re: [Xsltforms-support] GET method query parameter, using in XForm
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2010-03-30 21:04:06
|
Hello, > 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. > Maybe a global readonly constraint would do the trick... > 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. > Triggers are rendered as hyperlinks with appearance="minimal". Did you try this? > 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. > I have just added an extra transform() XPath function to be used in xf:output/@value with a mediatype for XHTML or SVG. Does it help? Thanks! -Alain |