i had an error line 76
if v == nil && not(attributes.has_key?('val') || attributes.has_key?
('value'))
if i remove && and replace it by and everything goes welli'll update the local ruote folder with the lastest code. in the meantime i reswitch to 2.0 (and i use the same definition and adapted the user to be fsparticipant.) My problem are the following 1) The process did not stop at the user expression >look_for_matching_profile : ref='look_for_matching_profile' >guest_email : >redirect_url='double_optin'&type='profile_already_activated'&ref='guest_email' >activated_matched_profile : ref='associate_registrar_with_his_matched_profile' >user : activity='double optin profile'&user_id=''&ref='user' >user : role='superuser or admin_of_group :association'&activity='validate >matched profile'&ref='user' >user_email : type='account refused'&user_id=''&ref='user_email' i want the process to stop in the sequence at the first user participant , to wait he's input. That is not the case 2) it is rails specific, when i start a processus in a rails controller action, i can't use spleep 10 in it just to wait that the process is finished or that it wait users' input do i have to fork it ? i usually use a modified version of spawn to do that On 23 août, 15:04, John Mettraux <[email protected]> wrote: > On Sun, Aug 23, 2009 at 9:47 PM, John Mettraux<[email protected]> wrote: > > On Sun, Aug 23, 2009 at 9:32 PM, lanfeust21<[email protected]> wrote: > > >> when i set a condition like "${f:match_profile_status} == yes" > >> if a put a space after yes the pattern does not strip it > > > Ah thanks, I will fix that ! > > Fixed. > > http://github.com/jmettraux/ruote/commit/470594686ee5c4d7110199b86fa9... > > Thanks again, > > -- > John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
