Sorry , I already see was my problem, so let me put the solution here:

All the problem was in the struts-config.xml in this line:
<controller nocache="true" inputForward="true" maxFileSize="2M"/>
change to this:
<controller nocache="false" inputForward="true" maxFileSize="2M"/>

and voilá!

Hope this works for someone

Adolfo



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to