alternative way is to use shared pageflow.you can use "shared.SomeAction" linking to other pageflow.
2006/5/12, Eddie O'Neil <[EMAIL PROTECTED]>:
Pawel-- Hey; good question. You're right that the anchor's "action" attribute is used to reference actions in the local page flow and any shared flows it references. An action in a separate flow can be referenced using "href" attribute on the anchor like: <netui:anchor href="some/other/flow/theAction.do"/> Hope that helps. Eddie On 5/11/06, Pawel Kozlowski <[EMAIL PROTECTED]> wrote: > Hi, > > I'm investigeting beehive - looks very promising so far. Unfortunatelly, I > can't find a tag / alternative method to create a link from a JSP page in > one flow, to an action in another flow. > Standard <netui:anchor action="..."> only allows me to specify an action > in the same flow. I've got a filling that I'm missing sth obvious, but > can't find my way around... > > Would be grateful for any help. > > Best regards, > Pawel Kozlowski >
