Geert,

This means that you will use the Display element implementation instead of printing the menu template. If you use this instead it will work:
<element extends="rife/template/print.xml">
<property name="name">menu</property>


OK, now I arrive directly on the menu. But all the links are still with

       <a href="[!V 'EXIT:QUERY:xxxxx'/]">XXXXX</a>"

Regards

Pierre

PS :  why

<element id="DISPLAY" implementation="tutorial.friends.Display" url="/display"/>

is good enough in friends.xml with 5_friends_basic, but

   <element id="DISPLAY" file="display.xml" url="/display">

in friends.xml and

  <element implementation="tutorial.friends.Display">
      <property name="name">Display</property>

in display.xml is wrong with 5_friends + authentication ?


_______________________________________________
Rife-users mailing list
[email protected]
http://www.uwyn.com/mailman/listinfo/rife-users

Reply via email to