cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a Portal Component

Former Member
0 Kudos

Hi All,

Is there a mechanism to call an Abstract Portal component in EP from stand alone Java code?

The suggested method is to use JNDI lookup to get the service, but I have been unable to create the portal User object in taht case.

Now the portlet(portal component) works fine, but I cant access the same from outside the portal.

What a pity!

Any pointers?

Cheers

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member197348
Active Contributor
0 Kudos

Hai Prasanth ,

You can't call. But if you want to use it you need to create a class that extends Abstract Portal Component class.

regards,

Siva