• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Websphere JSF fileupload problem

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic