• sunkanna kuruva
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
HI ,

I am facing problem in in Visualforce page.

my visualforce page contains in side one more visualforce page in that pages i have two Components

Component 1
component 2

and  i am using sames controller for these two components.

i am diaplaying list of accounts in component 1,

and provided on click functionality foreach record, when i click on particualr record it's opening component 2 with clicked record deatil,

on click of records i am passing reocrd id using param tag.

it's working fine for first time .

second click it's not working just it's rerendering component with empty data..........

if anybody knows kindly suggest me how to solve this problem.
HI ,

I am facing problem in in Visualforce page.

my visualforce page contains in side one more visualforce page in that pages i have two Components

Component 1
component 2

and  i am using sames controller for these two components.

i am diaplaying list of accounts in component 1,

and provided on click functionality foreach record, when i click on particualr record it's opening component 2 with clicked record deatil,

on click of records i am passing reocrd id using param tag.

it's working fine for first time .

second click it's not working just it's rerendering component with empty data..........

if anybody knows kindly suggest me how to solve this problem.