I've downloaded the ICEFaces 2.0.2 bin-files, but I cannot find the tag "inputFile"; I can only find a tag called "fileEntry"
What am I missing? I want to implement something like:
http://component-showcase.icefaces.org/component-showcase/showcase.iface
I've also added to my xhtml page the namespace:
xmlns:ice=http://www.icesoft.com/icefaces/component
But, netbeans tells that there's no library with that namespace.
Indeed, looking at the component-showcase in sample folder it says the following
Deprecation Notice:
The ice:inputFile component is deprecated in ICEfaces 2.
A next generation file upload component ('fileEntry') is available as part of the ICEfaces Advanced Components.
For more information on the fileEntry component see the online documentation.
Thanks anyway !