Hi John,

i have understood the concept for file download.

I want some help regrding the values being printed in value field.
Please refer editWorkItem-body.jsp in  
openwfe-1.7.0b/webapps/webclient/pages directory.


<td align=right valign=top><font size=3><%= field %>&nbsp;<%
InputHelper.getInstance(application)
.displayDeleteTag(response, out, wi, field);
%></font></td>
<td><font size=3><%
InputHelper.getInstance(application)
.displayInputTag(false, request, response, out, wi,
field);
%></font></td>
</tr>

This piece of code is printing the field name and corresponding value.
InputHelper.getInstance(application).displayInputTag(false, request,
response, out, wi, field) is a void function .This is printing the
value of the field in html page. As the function is returning void I
can not store the value it is printing. I would like to save this
value in a variable .Can you guide me how to save this value in the
variable.

Thanks & Regards
JP

John Mettraux <[EMAIL PROTECTED]> wrote:
Hi JP,

On 6/16/06, JP Singh <[EMAIL PROTECTED]> wrote:
> Hi John,
>
> Thanks a lot.
> "I assume the Openwfe does not have any way to download the file ." I mean
> openwfe does not provide a direct way to download the file.

if you modify input.py to put uploaded files to a part of the
filesystem tree that is included in the tree served by a webserver,
then you have a way to download the file (per HTTP).

OpenWFE isn't a content management system or a document management
system hence it doesn't provide a 'direct' way to download any file.


Best regards,

John


Do you Yahoo!?
Next-gen email? Have it all with the all-new Yahoo! Mail Beta.
_______________________________________________
OpenWFE - Open source WorkFlow Engine
OpenWFE-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openwfe-users

Reply via email to