Hi
We have a form that is bound to a java object (so we can copy it to a
db). There is a need for a "preview" button. The idea behind this would
be to take the form as xml data (as opposed to the database), reprocess
it (with an existing XSLT) and open the product of this in another screen..
Currently, we are considering the use of jx templates, but this means
replicating code. I was wondering if there was a way of taking the form,
convert it into XML (perhaps with the XMLAdapter), pass this XML data
back to the sitemap (without destroying the state of the current form)
and eventually pass it to an XSLT to process the form in a separate window.
I was thinking about creating an action in the form definition which
would call a function like this (Note, I have not tested the following
code):
cocoon.sendPage("preview-pipeline", {xml : form.getXML().toString()});
but then what?
TIA
--
Kamal Bhatt
--
Disclaimer: This email is confidential and may contain privileged information
for the sole use of the person or business to which it is addressed. If you are
not the intended recipient, please notify the sender by return e-mail or phone
as you must not view, disseminate, distribute or copy this email without our
consent. We do not accept any liability in connection with any computer virus,
data corruption, incompleteness, or unauthorised amendment of this email. It is
the sole responsibility of the receiver to scan for viruses before opening.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]