function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sonamsonam 

<apex:inputFile> with rerender for dependent picklist

Hi!

Theres a requirement where the client wants:

1. Dependent Picklist 2 levels of dependency

2. An upload of file a/c to the picklist values

 

Problem (inputfile with rerender): the picklist rerenders the form when the value of the controlling picklist change.

 If i have two different forms,I 'm not able to capture the values of the picklist.


 

Please help me to find a way to merge these two in the same page. if possible without the use of 2 forms.