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
TechnosTechnos 

Creation of new pageblock everytime on the selection of DropDown values

Hi all ,

 

My requirment is like when I select any value from picklist than a new page block should be generated evreytime like If I have 4 picklist values like A,B,C,D and I select A than new page block should be added now If I select again A than again new page block should be generated and so on............

 

I am able to load only one page block on the selection of one value from picklist but how to achieve this .

 

FYI. Picklist is an diffrent object A,b,c,d are the Custom field values of that object.

 

 

Regards

Raman

 

 

Sandeep001Sandeep001

Have you tried:

 

http://wiki.developerforce.com/page/Dynamic_Visualforce_Components

 

We can dynamically create VF markup in apex.