Hi
the field myUpload in your HomePage should be rendered as objectembedded ( ViewConstants.RENDER_OBJECTEMBEDDED); moreover, the stream field in MyUpload class should have the getter method.
Bye,
Marco
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All:
I have followed the official manual to write my own upload class,but for some reason it does not work,who can help me?
MyUpload.java
and I wanna use it in my HomePage, code segment is below
when I run it,the exception is
Thanks
JK.WST
Hi
the field myUpload in your HomePage should be rendered as objectembedded ( ViewConstants.RENDER_OBJECTEMBEDDED); moreover, the stream field in MyUpload class should have the getter method.
Bye,
Marco
Thanks,it is ok!