Hi,
Could someone give me an explanation, why a link to the LOGOUT element
doesn't work?
I will tell the story from the beginning:
I have a embedded Element 'LOGON_INFO', that show the username of the
logged on user.
These element has a link that should logout the user.
Here are the important lines of the site file:
<globalvar name="authid"/>
<globalexit name="home" destid="HOME"/>
<element id="LOGOUT" file="rife/logout/passthrough/database.xml">
<property name="datasource">
<datasource>derby</datasource>
</property>
<flowlink srcexit="logged_out" destid="HOME"/>
</element>
<element id="LOGON_INFO"
implementation="com.acrolinx.portal.login.elements.LogonInfo"
inherits="IDENTIFIED">
<exit name="logout"/>
<flowlink srcexit="logout" destid="LOGOUT"/>
</element>
<element id="IDENTIFIED" file="elements/identified.xml">
<property name="authElementId">AUTH_ADMIN</property>
</element>
<element id="AUTH_ADMIN"
file="elements/authentication/administration.xml"/>
<element id="HOME"
implementation="com.acrolinx.portal.login.elements.Home" url="/home"
inherits="AUTH_ADMIN">
<exit name="termmanagement"/>
<flowlink srcexit="termmanagement" destid="TERMMANAGEMENT"/>
</element>
When I select the logout link that is taken from the exit 'logout' of
the LOGON_INFO element no logout is done. Only the element that is
actually shown will be repainted.
Thank in advance for telling me the story!
Cheers,
Lars
_______________________________________________
Rife-users mailing list
[email protected]
http://www.uwyn.com/mailman/listinfo/rife-users