aspose file tools
The moose likes JSF and the fly likes Websphere JSF fileupload problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Websphere JSF fileupload problem" Watch "Websphere JSF fileupload problem" New topic
Author

Websphere JSF fileupload problem

Yaoyuan Fan
Greenhorn

Joined: Jun 02, 2009
Posts: 10
The requirment is to upload a small file into the server so that the file can be processed by server logic.

Im using the eclipse with maven and want to upload file onto WAS 6.1 using container provided JSF implementation (WAS using PARENT_FIRST classloading, which is a must)

I found a JAR under WAS installation folder ("optionalLibraries\IBM\JWL\2.0\jsf-ibm.jar"). It seems include some IBM HTML_extended JSF component such as <hx:fileupload> taglib. I used that tag in my code
but server doesn't interpret the tag into HTML at all!

Any ideas??? or any work around???

BTW, I can't find any documention about <hx:fileupload> extended_html codes, does WAS container provides extended_html components at all??

if it is, any shared example??

Thanks in advance.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Websphere JSF fileupload problem
 
Similar Threads
Uploading files with JSF
JSF fileupload
File upload filter for displaying files
hx:fileUpload problems
Full file path