You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@beehive.apache.org by Jim Prantzalos <jp...@bea.com> on 2006/09/21 19:04:30 UTC

Can SharedFlows be used as PageFlows?

Can SharedFlows be used like PageFlows, or are they only intended for sharing actions/exceptions/data?

I tried calling a SharedFlow as I would a PageFlow and got the following exception:

java.lang.AssertionError: portlets.tools.ToolsController
        at org.apache.beehive.netui.pageflow.FlowControllerFactory.createPageFlow(FlowControllerFact
ory.java:204)
        at org.apache.beehive.netui.pageflow.FlowControllerFactory.createPageFlow(FlowControllerFact
ory.java:189)


I'm assuming SharedFlows can't be called like PageFlows can (i.e. by url like: /portlets/tools/ToolsController.jpf)

Is this true?

Thanks,

-jim
>>Register now for BEA World 2006 --- See http://www.bea.com/beaworld<<
_______________________________________________________________________
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.

Re: Can SharedFlows be used as PageFlows?

Posted by Carlin Rogers <ca...@gmail.com>.
Hi Jim,

You're correct. The shared flows are only used to share actions,
exceptions, data, and cannot called like a page flow via a *.jpf URI.

Kind regards,
Carlin

On 9/21/06, Jim Prantzalos <jp...@bea.com> wrote:
> Can SharedFlows be used like PageFlows, or are they only intended for sharing actions/exceptions/data?
>
> I tried calling a SharedFlow as I would a PageFlow and got the following exception:
>
> java.lang.AssertionError: portlets.tools.ToolsController
>         at org.apache.beehive.netui.pageflow.FlowControllerFactory.createPageFlow(FlowControllerFact
> ory.java:204)
>         at org.apache.beehive.netui.pageflow.FlowControllerFactory.createPageFlow(FlowControllerFact
> ory.java:189)
>
>
> I'm assuming SharedFlows can't be called like PageFlows can (i.e. by url like: /portlets/tools/ToolsController.jpf)
>
> Is this true?
>
> Thanks,
>
> -jim
> >>Register now for BEA World 2006 --- See http://www.bea.com/beaworld<<
> _______________________________________________________________________
> Notice:  This email message, together with any attachments, may contain
> information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
> entities,  that may be confidential,  proprietary,  copyrighted  and/or
> legally privileged, and is intended solely for the use of the individual
> or entity named in this message. If you are not the intended recipient,
> and have received this message in error, please immediately return this
> by email and then delete it.
>