I am using tomahawk file uploader functionality in my JSF 1.2 using "t:inputFileUpload" tag. But it seems tomahawk is not compatible with JSF 1.2, and it works only with JSF 2.0 and above.
Can someone confirm this. Also it would be great if someone gives pointer how to use file upload in JSF 1.2. I dont want to use RichFaces "rich:fileUpload" as it is too much fancy. I just want simple fileInput field and browse button next to it.