Ajuda com Exception Struts 2

0 respostas
brunobuild

Pessoa estou fazendo o download de arquivo utilizando Portlets e Struts 2
Porém ele está me apresentando a seguinte exception

Caused by: Caught OgnlException while setting property 'inputName' on type 'org.apache.struts2.portlet.result.PortletResult'. - action - file:/opt/glassfish/domains/domain1/applications/j2ee-modules/porto-seguro-navita-portal-2.0-documentos/WEB-INF/classes/struts.xml:66:75

Alguém conhece já viu ou sabe o que é isso?

Segue o meu struts.xml

<action name="anexar" class="br.com.porto.col.portlet.view.AnexoAction">
			<result name="success">
				/WEB-INF/view/gerencial/anexarDocumento.jsp
				<param name="contentType">${fileContentType}</param>   
				<param name="inputName">${inputStream}</param>   
				<param name="contentDisposition">${contentDisposition}</param>
				<param name="contentLength">${contentLength}</param>   
				<param name="bufferSize">1024</param>
			</result>
			<result name="edit">/WEB-INF/view/gerencial/editDocumento.jsp</result>
		</action>

Galera estou travado nisso preciso muito da ajuda de vocês

Criado 27 de novembro de 2008
Respostas 0
Participantes 1