Hi Geert,

Is there a way to tell another element to provide an exit or datalink to 
an element?  Something like:

<element id="COMPONENT2" implementation="...">
        <flowlink srcid="COMPONENT1" srcexit="MY_NEW_EXIT_FOR_COMPONENT1" 
destid="COMPONENT2">
                <datalink srcoutput="beanid" destinput="beanid"/>
        </flowlink>
</element>

My specific scenario is that I want to provide a "View" button in the 
CRUD interface after an element is edited or added.  The View button 
links back to a non-CRUD page where I have a link to the CRUD edit/add 
pages.  It's not enough to just provide an exit link in the CRUD 
template, since I need the id, and in order to use automated exit query 
generation, an exit needs to be defined.

Josh
-- 
Joshua Hansen
Up Bear Enterprises
(541) 760-7685


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"rife-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rife-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to