cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to create a component without a component controller?

Former Member
0 Kudos

Hi every one,

Is it possible to create a component without a component controller?If yes , how and what is the purpose of this?

Thanks in advance. Points will be rewarded.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

I know your question. You mean we can use a component without defined the interface controller but only with define usage in the view. Here it means we only need show the contents of the view but without controll how/what to show of the used component by its interface controller.

Former Member
0 Kudos

Hi Prosun Bondopadhyay ,

Component controller is the base of a wda component. its can be considered as the base class. all the other views can be considered as the sub classes of component controller. so without the base class there is no existence for sub class rt?

like we can use all the methods and attributes of a component controller(main class) across all the view(sub class) and the viceversa is not possible.

hence we cannot create a wda without component controller.

Regards

Sarath

former_member182190
Active Participant
0 Kudos

Hi,

A component controller is created by default when you create a Component.

So you cannot think of having a component with out its controller.

Regards,

Ismail.

Former Member
0 Kudos

Hi,

no... Why would you need that?

Regards, Heidi