Results 1 to 2 of 2

Thread: How to get variable in FlowScope ?

  1. #1
    Join Date
    Oct 2012
    Posts
    4

    Default How to get variable in FlowScope ?

    Hello everybody;
    In my web flow, I have a variable in FlowScope named "action", and i want to check this variable in validation method;
    PHP Code:
    if(action=="copy"){
    doCopy;
    }else{
    doOther;

    But i don't know how to call "action" variable;
    Please help me!
    Thank a lot,

  2. #2
    Join Date
    Oct 2009
    Posts
    8

    Default

    You really should be passing the flowscope variable as argument to your method...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •