Hi,
I have a Jsp that contains the following HTMLB components
1. 1 Message Bar
2. 1 Table
3. 4 Buttons
4. 1 Check Box
5. 1 Radio Button Group
6. 1 File Upload and a corresponding button
All the HTMLB components are in a single HTMLB form tag and in order for the file upload to work I am setting the form encodingType="multipart/form-data".
When I click on the button, the event corresponding to the button in my JSPDynPage is not getting called. On Button click the doProcessAfterInput() is called followed immediately by doProcessAfterOutput().
When I remove the HTMLB file upload from my page everything works fine.
Has anyone ever encountered this problem?
Any help is appreciated.
Thanks
Lakshmi