cancel
Showing results for 
Search instead for 
Did you mean: 

start a portal application

Former Member
0 Kudos

How could I start a portal application within a DynPage ?

Thanks for any feedback or/and help

Regards.

Altafin

Accepted Solutions (1)

Accepted Solutions (1)

detlev_beutner
Active Contributor
0 Kudos

Hi Altafin,

could you explain your question a bit more in detail?

Or is it enough when I give you the path Java Development -- Documentation -- Getting Started -- Creating a Portal Component -- Implementing a Portal Component -- DynPage ?!

Hope it helps

Detlev

Former Member
0 Kudos

Hello Detlev,

I want to launch a portal application within a DynPage. The aim is that I wish to pass a parameter(session parameter) from one to the other.

Regards.

Altafin

Former Member
0 Kudos

If you are trying to achieve Client side eventing, then you will have to create 2 iViews based on your PAR file. Put the iViews in the same portal page and you can check your eventing in the "preview" of the page.

Regards, Akhilesh

detlev_beutner
Active Contributor
0 Kudos

Hi Altafin,

still I'm unsure about the problem in detail.

> wish to pass a parameter(session parameter)

> from one to the other

If the parameter is within the session, I cannot realize any problem, because the session (not: the component session) is accessible by any other component, too.

Please, details. What is given, what's your aim, how should all behave...

Hope it helps

Detlev

Former Member
0 Kudos

Hi Detlev,

Thanks for your quickly answers. I have a DynPage, in this DynPage, I have a form with an input field and a button. On this button I have an event. Wish that I "operating" this button to launching the other portal application or even launching the other iview within the same portal application.

detlev_beutner
Active Contributor
0 Kudos

Hi Altafin,

even if the part "launching the other iview within the same portal application" does not really makes sense (did you mean: launching the other iview within the same place?), I think I get closer.

Do you have to implement the logic on client or server side? If it's enough to do all checks on client side, use for the button onClientClick. Within the called method, you can redirect to a NavigationTarget. Maybe these threads help: and/or

If you have to do some calculation on the server side, you could also use onClientClick, but this time call an AbstractPortalComponent and implement the logic in doOnNodeReady, then redirect (IPortalComponentRequest.redirect(String URI)).

Hope it helps

Detlev

Former Member
0 Kudos

Thanks Detlev,

Now, it's working.

Regards.

Altafin

Answers (0)