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
Lukasz Lenart wrote:
@Result(value = "", type = StreamResult.class, params =
You are missing Result Name, please specify it as a *success*
http://struts.apache.org/2.0.11.2/docs/result-annotation.html
Regards
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]