cancel
Showing results for 
Search instead for 
Did you mean: 

On Table manipulation

Former Member
0 Kudos

Hello,

I got a doubt in manipulating table in a single view. Is it necessary to use the Component Controller in this case? Please solve this prob..

Thanks in advance.

Vinod V

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Can you explain your actual problem a bit more clearly? It is not mandatory to use Component Controller, but that entirely depends on the scenario.

Regards,

Satyajit.

Former Member
0 Kudos

Hi sathyajith,

The view have some text fields asking name details and on button click, the details should be manipulated in to table residing on the same view. This is the scenario that i am facing. So do i have to use the Component Controller for that..

Thanks

Vinod

Former Member
0 Kudos

Hi,

I don't think you will need the Component Controller for that. The context can explicitly belong to the view itself.

Regards,

Satyajit.

former_member312910
Participant
0 Kudos

Hi

You don't need the component controller to manipulate the fields that belong to your View only. You use the component controller when you want data common across multiple views.

regards

Deepu

Former Member
0 Kudos

Dont need to make use of a component controller.If you are navigating from view to another view to share the values among multiple views component controller,as the scope of view is till is is present in the browser itself where as scope of component controller is till the application exits.If you are navigating to some other view and that data (present in some other view)also has to be loaded then we need to make use of the component controller.