Hi,

If I have a template looking like this

<html>
...
<ul id="menu">
<li id="link1"><a href="[!V EXIT:QUERY:somechoice/]">Some choice</ a></li>
       <r:v name="OGNL:ROLEUSER:admin"></r:v>
       <r:b name="OGNL:ROLEUSER:admin:[[ isInRole['admin') ]]">
<li id="link2"><a href="[!V EXIT:QUERY:adminonly/]">Admin only</></li>
       </r:b>
</ul>

  <form action="whatever" method="post">

  <form>
...
</html>

and both exit queries are defined as global exits, then after a submission in a continuation only the exit query outside the OGNL block tag will be processed. The link inside the block
will tag remain [!V EXIT:QUERY:adminonly/]. Am I missing something?

Thanks,
Erik


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

Reply via email to