• 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

rich Fileupload not working in IE6 and chrome

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'm trying to upload a file using rich:fileUpload
it is within rich:modalPanel and i've surrounded it with h:form
when i upload the file in firefox it works, but
1. it doesn't call the fileupload listener in chrome
2. In ie6 the modal window is not all getting displayed

If i remove the h:form from my ModalPanel, then the panel is displayed in ie, but the file upload listener is not getting called

does anyone know how to solve this?

Thanks in Advance,
Sudha
reply
    Bookmark Topic Watch Topic
  • New Topic