I did not understand the following code with multiple conditional operators.
          boolean vIsForm=true;
          String vForwardName = (aActionMapping.findForward(vWorkForwardName) 
== null)
              ? (vIsForm) ? "form" : "task"
              : vWorkForwardName;
  
  Can some body explain me how to read the above code?
  Thanks & Regards
  
  
                
---------------------------------
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.

Reply via email to