Sorry I forgot to add this:
If I change the value="" to value="John", the error message changes to
this:
ERROR dispatcher.StreamResult - Can not find a java.io.InputStream with
the name [John] in the invocation stack. Check the <param
name="inputName"> tag specified for this action.
It appears that it is attempting to process the forward, but is not
able to locate the stream. Does it need an OGNL trick in the "value"
field to help it call my getInputStream() accessor?
Thanks,
John
928572663 wrote:
Lukasz,
Thank you for your reply.
I tried adding the name="success" (or ActionSupport.SUCCESS) and I get
the same error. Here is the annotation now:
@Result(name="success", value = "", type = StreamResult.class, params =
{
"contentType",
"text/html",
"inputName",
"inputStream" })
also tried:
@Result(name=ActionSupport.SUCCESS, value = "", type =
StreamResult.class, params =
{
"contentType",
"text/html",
"inputName",
"inputStream" })
and received the same error:
ERROR dispatcher.StreamResult - Can not find a java.io.InputStream with
the name [] in the invocation stack. Check the <param name="inputName">
tag specified for this action.
Any other ideas?
Thanks,
John
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]