Hi,
I am stuck when trying the following: I installed rife and openlaszlo in
a tomcat6 container. Now I want to login by using a openlaszlo login page.
But how can I deliver Openlaszlo LZX-pages via Rife ? I tried:
<element id="AuthAdmin" extends="rife/authenticated/memory.xml">
<property name="role">admin</property>
<property name="authvar_type">cookie</property>
<property name="to">/ms2w3gui/kunden/login/login.jsp</property>
<childtrigger name="authid"/>
</element>
<element id="CustomerList"
implementation="de.mypages.rife.customer.InactiveCustomerListElement"
url="/rife/inactivecustomers"
inherits="AuthAdmin"/>
,but this throws an empty template exception.
Any hints ?
Ciao
Matze
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---