Skip to main content
Srinivas Reddy Nandhikonda (JDE) 님이 #Visualforce에 질문했습니다
Hello All,

I have 2 PickList Fields. Type[aa,bb,cc] and Category(a,b,c,d)

Below is the Dependency.

aa-a

bb-a,b,c

cc-b,c,d

In VisualForce page i have used  <apex:inputField> for both fields.

for Category i have a Actionsupport to render the another Pageblocksections for each value in category different PBs

Here my Problem is

if i select Type='aa' automatically Category comes as 'a'(because it has only one dependent value). So for this Category 'a' related PageBlock section is not rendering.(only one dependent value not adding --None--)

for other categories its coming and  perfectly because --None-- is adding if we have more dependent values.

Can you please help me with this.

 
답변 1개
  1. 2015년 5월 27일 오전 10:43
    Hi Srini, 

    I have tried your scenario in my org and it's working. I am not sure what you made mistake. Can you post your code to solve your problem.
0/9000