[Rife-users] How to check if the current element is part of a continuation

2007-05-18 Thread Eddy Young
Hello, Does anyone know how to check if the current element is being processed as part of a continuation? I have a login element that either calls answer() or display a content block, depending on whether it was called with call() or accessed directly. In order to do that, it needs to

Re: [Rife-users] How to check if the current element is part of a continuation

2007-05-18 Thread Eddy Young
Quoting Geert Bevin [EMAIL PROTECTED]: Hi Eddy, this should help: http://rifers.org/docs/api/com/uwyn/rife/engine/ElementSupport.html#getContinuationId() Take care, Geert Thanks for the quick reply, Geert. I'm not sure that the continuation id will be a good indication, as every