Eric van der Vlist wrote:
Hi Eric,
Is that a mismatch between different versions? or is it possible that "request" inputs are by default connected to a serialization of the request? or what?
The is definitively a mismatch between the code and documentation. We'll fix that shortly.
The request input is not connected by default. You must add the Request Generator yourself in the XPL file and connect it to the XLS Generator. This is necessary to get the uploaded Excel file.
You can use the following lines to instantiate the request generator:
<p:processor name="oxf:request">
<p:input name="config">
<config>
<include>/request</include>
</config>
</p:input>
<p:output name="data" id="request"/>
</p:processor>Also, from the code, it looks like the first parameter of the request is either a URL to the uploaded document or the base 64 encoded value of this document.
Is that the case and is that documented somewhere?
Not at this time. Look at RequestGenerator.java, starting at line 121 to see how the upload encoding is done. I added a bug on SF.net to track this issue.
Regards, Julien
------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ orbeon-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/orbeon-user
