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

2007-05-19 Thread Geert Bevin
Cool, that should work too :-) On 20 May 2007, at 00:35, Eddy Young wrote: On 19 May 2007, at 20:57, Geert Bevin wrote: Hmm, makes sense. One thing that could work is to obtain the active continuation context : ContinuationContext.getActiveContext() Then you can call getContinuable() (w

Re: [Rife-users] Re: RIFE form:textarea character encoding

2007-05-19 Thread Eddy Young
On 19 May 2007, at 21:26, Eskil Lauritsen wrote: Hi, Geert! It worked perfectly! Outstanding support on a saturday night. Thank you. :) Welcome to the RIFE community :-) Eddy ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mai

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

2007-05-19 Thread Eddy Young
On 19 May 2007, at 20:57, Geert Bevin wrote: Hmm, makes sense. One thing that could work is to obtain the active continuation context : ContinuationContext.getActiveContext() Then you can call getContinuable() (which is the element, actually) and see if it corresponds to the current one.

Re: [Rife-users] Logging out to return to the front page

2007-05-19 Thread Geert Bevin
Yes, that worked. Thank you again for providing support on a saturday night. :) My pleasure ... guess who's also working instead of taking it easy ;-) Sincerely Eskil Lauritsen On 5/19/07, Geert Bevin <[EMAIL PROTECTED]> wrote: Hi Eskil, if you use the embedding="cancel" attribute for the

Re: [Rife-users] Logging out to return to the front page

2007-05-19 Thread Eskil Lauritsen
Hi, Geert! Yes, that worked. Thank you again for providing support on a saturday night. :) Sincerely Eskil Lauritsen On 5/19/07, Geert Bevin <[EMAIL PROTECTED]> wrote: Hi Eskil, if you use the embedding="cancel" attribute for the flowlink, this should work. Let me know if it does. Best regar

Re: [Rife-users] Re: RIFE form:textarea character encoding

2007-05-19 Thread Eskil Lauritsen
Hi, Geert! It worked perfectly! Outstanding support on a saturday night. Thank you. :) Sincerely, Eskil Lauritsen On 5/19/07, Geert Bevin <[EMAIL PROTECTED]> wrote: If you're using beans and constraints, this should do the trick (setting it to false): http://rifers.org/docs/api/com/uwyn/rife/si

Re: [Rife-users] Re: RIFE form:textarea character encoding

2007-05-19 Thread Geert Bevin
If you're using beans and constraints, this should do the trick (setting it to false): http://rifers.org/docs/api/com/uwyn/rife/site/ ConstrainedProperty.html#displayedRaw(boolean) On 19 May 2007, at 21:49, Eskil Lauritsen wrote: Hi, Eddy Yes, I just found this out as I tried changing rich

Re: [Rife-users] Logging out to return to the front page

2007-05-19 Thread Geert Bevin
Hi Eskil, if you use the embedding="cancel" attribute for the flowlink, this should work. Let me know if it does. Best regards, Geert On 19 May 2007, at 18:45, Eskil Lauritsen wrote: Hi. We are interested in having the logout (we are basically using the authentication example as-is) ret

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

2007-05-19 Thread Geert Bevin
Hmm, makes sense. One thing that could work is to obtain the active continuation context : ContinuationContext.getActiveContext() Then you can call getContinuable() (which is the element, actually) and see if it corresponds to the current one. On 19 May 2007, at 15:51, Eddy Young wrote:

Re: [Rife-users] Re: RIFE form:textarea character encoding

2007-05-19 Thread Eskil Lauritsen
Hi, Eddy Yes, I just found this out as I tried changing rich text editor. This is not good for our use and parsing would be a hassle. Is there any way of easily turning off the character encoding especially for < and > for just this one textarea? Sincerely, Eskil Lauritsen On 5/19/07, Eddy You

Re: [Rife-users] Re: RIFE form:textarea character encoding

2007-05-19 Thread Eddy Young
On 19 May 2007, at 20:29, Eskil Lauritsen wrote: Just a little addendum: < and > are being translated to < > characters which totally breaks html code sent via the form. RIFE character-encodes input, which is what 99% of use-cases expect, IMO. Try converting the characters back before they

[Rife-users] Re: RIFE form:textarea character encoding

2007-05-19 Thread Eskil Lauritsen
Just a little addendum: < and > are being translated to < > characters which totally breaks html code sent via the form. I still suspect TinyMCE of doing this, but a confirmation that Hi, we have a rich text editor javascript (TinyMCE - http://tinymce.moxiecode.com/) in our application which we

[Rife-users] RIFE form:textarea character encoding

2007-05-19 Thread Eskil Lauritsen
Hi, we have a rich text editor javascript (TinyMCE - http://tinymce.moxiecode.com/) in our application which we attach to every textarea (we will only have 1), and we're having big problems with the encoding of the characters. Does RIFE do anything special with the input it gets? We are using au

[Rife-users] Logging out to return to the front page

2007-05-19 Thread Eskil Lauritsen
Hi. We are interested in having the logout (we are basically using the authentication example as-is) return logged out users to the URL of if we change the "logged_out" exit of the logout flowlink to have the same destid as our arrival, rather than snapb