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
SidharthSidharth 

pageblock values

Hi

 

I have a pageblock component.

 

 

   <apex:pageBlock >       

        <apex:pageBlockTable value="{!group3}" var="a">

            <apex:column value="{!a}"/>

        </apex:pageBlockTable>        

    </apex:pageBlock>

 

Group3 is a list of String. It has a mixture of Group1 and Group2 List of string.

I want to show Group3 on a page, with String belongs to group1 as color Red, and string belong to group2 as green.

I can show Group1 and Group2 seperately with specified colors, but i want to show in the order they occur in Group3. How should i specify group1 and group2 strings in group3?

 

How should i do that?

 

Thanks

Sid

 

 

 

 

Kirtesh_JainKirtesh_Jain

Hi,

 

Please explian in more detail.

 

thx,

Kirtesh